diff options
author | Eric Liu <ioeric@google.com> | 2018-07-11 18:43:07 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-07-11 18:43:07 +0000 |
commit | b71e6f412ff5bd0bd2c8b69ad47072dbe80a7771 (patch) | |
tree | 58e8a83105e0360c87554618cd3076f3fd4bfbbb /clang/unittests/Driver | |
parent | edf338856cc6e542e515d7537090ebbbccbdce9f (diff) | |
download | bcm5719-llvm-b71e6f412ff5bd0bd2c8b69ad47072dbe80a7771.tar.gz bcm5719-llvm-b71e6f412ff5bd0bd2c8b69ad47072dbe80a7771.zip |
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name"
This reverts commit r336807. This breaks users of
ClangTool::mapVirtualFile. Will try to investigate a fix. See also the
discussion on https://reviews.llvm.org/D48903
llvm-svn: 336831
Diffstat (limited to 'clang/unittests/Driver')
-rw-r--r-- | clang/unittests/Driver/ToolChainTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Driver/ToolChainTest.cpp b/clang/unittests/Driver/ToolChainTest.cpp index 0d4c545bd79..d4198eaeb1c 100644 --- a/clang/unittests/Driver/ToolChainTest.cpp +++ b/clang/unittests/Driver/ToolChainTest.cpp @@ -113,7 +113,7 @@ TEST(ToolChainTest, VFSGCCInstallationRelativeDir) { std::replace(S.begin(), S.end(), '\\', '/'); #endif EXPECT_EQ("Found candidate GCC installation: " - "/home/test/bin/../lib/gcc/arm-linux-gnueabi/4.6.1\n" + "/home/test/lib/gcc/arm-linux-gnueabi/4.6.1\n" "Selected GCC installation: " "/home/test/bin/../lib/gcc/arm-linux-gnueabi/4.6.1\n" "Candidate multilib: .;@m32\n" |