This revision was automatically updated to reflect the committed changes.
Closed by commit rL309795: Use VFS operations in FileManager::makeAbsolutePath.
(authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D36155
Files:
cfe/trunk/lib/Basic/FileManager.cpp
cfe/trunk/unitt
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
Nice catch! lg
https://reviews.llvm.org/D36155
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/list
ilya-biryukov created this revision.
It used to call into llvm::sys::fs::make_absolute.
https://reviews.llvm.org/D36155
Files:
lib/Basic/FileManager.cpp
unittests/Basic/FileManagerTest.cpp
Index: unittests/Basic/FileManagerTest.cpp
=