diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2016-03-17 21:30:55 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2016-03-17 21:30:55 +0000 |
commit | 9e2f9d818fb1bb88b9170a61e4ed4196fa8c3562 (patch) | |
tree | e727cacfd2d544f1c983d3e0e5c701d13b4524b7 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | 6935c2d3227661bda111bdecae976a091b8307d8 (diff) | |
download | llvm-9e2f9d818fb1bb88b9170a61e4ed4196fa8c3562.zip llvm-9e2f9d818fb1bb88b9170a61e4ed4196fa8c3562.tar.gz llvm-9e2f9d818fb1bb88b9170a61e4ed4196fa8c3562.tar.bz2 |
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
Tests failing on
http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/46102
This reverts commit a1683cd6c9e07359c09f86e98a4db6b4e1bc51fc.
llvm-svn: 263750
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
-rw-r--r-- | clang/unittests/Basic/VirtualFileSystemTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index d2f4a7d..9448ad4 100644 --- a/clang/unittests/Basic/VirtualFileSystemTest.cpp +++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp @@ -662,7 +662,7 @@ public: getFromYAMLRawString(StringRef Content, IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { std::unique_ptr<MemoryBuffer> Buffer = MemoryBuffer::getMemBuffer(Content); - return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, "", this, + return getVFSFromYAML(std::move(Buffer), CountingDiagHandler, this, ExternalFS); } |