[Support] Add a version of fs::make_absolute with a custom CWD.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 13:02:43 +0000 (13:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 13:02:43 +0000 (13:02 +0000)
commit9fdd48c18421d9d050740522cfe189e1aebe59d2
treeeb68869a1ddb57296837935cd87e92e5fadb3695
parent966b579475b3864b9b728d2e7fe01865cd1523f9
[Support] Add a version of fs::make_absolute with a custom CWD.

This will be used soon from clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249309 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Path.cpp
unittests/Support/Path.cpp