forked from OSchip/llvm-project
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:
parent
6ac277ce91
commit
be1bc3c824
|
@ -1,3 +1,10 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
support
|
||||
mc
|
||||
)
|
||||
|
||||
add_clang_library(clangSema
|
||||
AnalysisBasedWarnings.cpp
|
||||
AttributeList.cpp
|
||||
|
|
Loading…
Reference in New Issue