diff options
| author | Renato Golin <renato.golin@linaro.org> | 2017-03-18 12:31:32 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2017-03-18 12:31:32 +0000 |
| commit | f1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9 (patch) | |
| tree | b2ada42a7d0c7f06002a987e9e75d0c0ec4ec64f /clang/unittests/Basic/CMakeLists.txt | |
| parent | e6ff30b696739aca2e86484750c68dce113712a1 (diff) | |
| download | bcm5719-llvm-f1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9.tar.gz bcm5719-llvm-f1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9.zip | |
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
This reverts commit r298165, as it broke the ARM builds.
llvm-svn: 298185
Diffstat (limited to 'clang/unittests/Basic/CMakeLists.txt')
| -rw-r--r-- | clang/unittests/Basic/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Basic/CMakeLists.txt b/clang/unittests/Basic/CMakeLists.txt index 3a9f34f3d27..3cb3cb8d3c8 100644 --- a/clang/unittests/Basic/CMakeLists.txt +++ b/clang/unittests/Basic/CMakeLists.txt @@ -6,7 +6,6 @@ add_clang_unittest(BasicTests CharInfoTest.cpp DiagnosticTest.cpp FileManagerTest.cpp - MemoryBufferCacheTest.cpp SourceManagerTest.cpp VirtualFileSystemTest.cpp ) |

