]> granicus.if.org Git - clang/commitdiff
Fix bug in r362328 -- append to dependency list instead of overwrite it.
authorDon Hinton <hintonda@gmail.com>
Sun, 2 Jun 2019 17:56:26 +0000 (17:56 +0000)
committerDon Hinton <hintonda@gmail.com>
Sun, 2 Jun 2019 17:56:26 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362334 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index 04dbaf2e619491ebedba5239e76814ec4595ece4..99524a5219ea948500ae3c7c04db1134b20b0334 100644 (file)
@@ -121,7 +121,7 @@ endif()
 
 if (CLANG_ENABLE_STATIC_ANALYZER)
   if (LLVM_ENABLE_PLUGINS)
-    set(CLANG_TEST_DEPS
+    list(APPEND CLANG_TEST_DEPS
       SampleAnalyzerPlugin
       CheckerDependencyHandlingAnalyzerPlugin
       CheckerOptionHandlingAnalyzerPlugin