]> granicus.if.org Git - clang/commitdiff
[test] Enable clang-func-mapping as a test dep with the analyzer
authorVedant Kumar <vsk@apple.com>
Fri, 22 Sep 2017 22:17:10 +0000 (22:17 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 22 Sep 2017 22:17:10 +0000 (22:17 +0000)
clang-func-mapping should not be a test dependency when the static
analyzer isn't being built.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314036 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index 5fd6b11f9fd64d46ce31c58a70d1ce3470ad61b9..c1ac9e4f0f958ced1d09ceeb35da05e1d15eafd5 100644 (file)
@@ -54,12 +54,12 @@ list(APPEND CLANG_TEST_DEPS
   clang-rename
   clang-refactor
   clang-diff
-  clang-func-mapping
   )
   
 if(CLANG_ENABLE_STATIC_ANALYZER)
   list(APPEND CLANG_TEST_DEPS
     clang-check
+    clang-func-mapping
     )
 endif()