summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker
diff options
context:
space:
mode:
authorAlexis Hunt <alercah@gmail.com>2010-06-17 00:37:02 +0000
committerAlexis Hunt <alercah@gmail.com>2010-06-17 00:37:02 +0000
commitc675ec09f06a1265e970676f70fb4fee81fe2de0 (patch)
treec04fbda850fe6a374e0bc85383a49e3c03180e29 /clang/lib/Checker
parent70505305c1e191ad0cd64f3e6ee43000b867bbed (diff)
downloadbcm5719-llvm-c675ec09f06a1265e970676f70fb4fee81fe2de0.tar.gz
bcm5719-llvm-c675ec09f06a1265e970676f70fb4fee81fe2de0.zip
Update CMake build for new attribute changes.
llvm-svn: 106188
Diffstat (limited to 'clang/lib/Checker')
-rw-r--r--clang/lib/Checker/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Checker/CMakeLists.txt b/clang/lib/Checker/CMakeLists.txt
index cd11a2043f0..36fb8b91759 100644
--- a/clang/lib/Checker/CMakeLists.txt
+++ b/clang/lib/Checker/CMakeLists.txt
@@ -76,4 +76,5 @@ add_clang_library(clangChecker
VLASizeChecker.cpp
)
-add_dependencies(clangChecker ClangDeclNodes ClangStmtNodes)
+add_dependencies(clangChecker ClangAttrClasses ClangAttrList ClangDeclNodes
+ ClangStmtNodes)
OpenPOWER on IntegriCloud