]> granicus.if.org Git - clang/commit
Fix the CLANG_ENABLE_STATIC_ANALYZER=OFF build.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 1 Jun 2016 13:47:26 +0000 (13:47 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 1 Jun 2016 13:47:26 +0000 (13:47 +0000)
commit13ad43d114bc8e985bda79d179f8152db84b006c
tree62e7d01ce9c0fd3651848dbcb533982d7876112e
parent17ed5983fe6880b1c3530e2431001674d6e1b911
Fix the CLANG_ENABLE_STATIC_ANALYZER=OFF build.

tools/clang/tools/CMakeLists.txt does not create the
clang-check target when CLANG_ENABLE_STATIC_ANALYZER=OFF.

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