| commit | be1bc3c824c913f6a55d59b154959bd0a3eece81 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Thu Aug 09 22:33:50 2012 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Thu Aug 09 22:33:50 2012 +0000 |
| tree | fae95a38b72fa41c944e5259a6c0a1f146ed2373 | |
| parent | 6ac277ce9161588b2c5dcac0f00ef6a6d93a831f [diff] [blame] |
CMake: Add the new dependency from libSema to LLVM's libs. Should fix the failures seen on some linux builders. llvm-svn: 161629
diff --git a/clang/lib/Sema/CMakeLists.txt b/clang/lib/Sema/CMakeLists.txt index 9780f51..46dfa05 100644 --- a/clang/lib/Sema/CMakeLists.txt +++ b/clang/lib/Sema/CMakeLists.txt
@@ -1,3 +1,10 @@ +set(LLVM_LINK_COMPONENTS + ${LLVM_TARGETS_TO_BUILD} + asmparser + support + mc + ) + add_clang_library(clangSema AnalysisBasedWarnings.cpp AttributeList.cpp