CMake: Add the new dependency from libSema to LLVM's libs.

Should fix the failures seen on some linux builders.

llvm-svn: 161629
This commit is contained in:
Benjamin Kramer 2012-08-09 22:33:50 +00:00
parent 6ac277ce91
commit be1bc3c824
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_library(clangSema
AnalysisBasedWarnings.cpp
AttributeList.cpp