summaryrefslogtreecommitdiffstats
path: root/clang/examples/analyzer-plugin
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-06-09 21:29:55 +0000
committerChris Bieneman <beanz@apple.com>2016-06-09 21:29:55 +0000
commit28cdb677ed577efa1d38e1c7d24cfabe7204766b (patch)
treecd34855e28e81ef560c8d3b0e3dc25fb83558810 /clang/examples/analyzer-plugin
parent17b3deeff3f0b246789c37911a445dbd4ad3456f (diff)
downloadbcm5719-llvm-28cdb677ed577efa1d38e1c7d24cfabe7204766b.tar.gz
bcm5719-llvm-28cdb677ed577efa1d38e1c7d24cfabe7204766b.zip
[CMake] Cleaning up CMake feature gating on 2.8.12
CMake 2.8.12 introduced interface libraries and some related policies. This removes the conditional block because we're now past 2.8.12. llvm-svn: 272312
Diffstat (limited to 'clang/examples/analyzer-plugin')
-rw-r--r--clang/examples/analyzer-plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/analyzer-plugin/CMakeLists.txt b/clang/examples/analyzer-plugin/CMakeLists.txt
index 1788d6c5cac..dcbe5c4e0e9 100644
--- a/clang/examples/analyzer-plugin/CMakeLists.txt
+++ b/clang/examples/analyzer-plugin/CMakeLists.txt
@@ -1,7 +1,7 @@
add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)
if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
- target_link_libraries(SampleAnalyzerPlugin ${cmake_2_8_12_PRIVATE}
+ target_link_libraries(SampleAnalyzerPlugin PRIVATE
clangAnalysis
clangAST
clangStaticAnalyzerCore
OpenPOWER on IntegriCloud