Use VFS operations in FileManager::makeAbsolutePath.
authorIlya Biryukov <ibiryukov@google.com>
Wed, 2 Aug 2017 07:25:24 +0000 (07:25 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 2 Aug 2017 07:25:24 +0000 (07:25 +0000)
commitd7be359ae9ef18903ff36837e5a9c6caab69a1b4
treef8ef7d19f37bf5583bbdd4113acce43e24da41f8
parentb24e937565fd3c017405c98df5049620e531b50b
Use VFS operations in FileManager::makeAbsolutePath.

Summary: It used to call into llvm::sys::fs::make_absolute.

Reviewers: akyrtzi, erikjv, bkramer, krasimir, klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D36155

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309795 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/FileManager.cpp
unittests/Basic/FileManagerTest.cpp