forked from OSchip/llvm-project
[CMake] Fill up required libs, corresponding to r241653.
llvm-svn: 241660
This commit is contained in:
parent
437105a4de
commit
f3fda08a80
|
@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Linker
|
||||
MC
|
||||
ObjCARCOpts
|
||||
Object
|
||||
ProfileData
|
||||
ScalarOpts
|
||||
Support
|
||||
|
|
|
@ -33,6 +33,7 @@ add_clang_executable(clang
|
|||
|
||||
target_link_libraries(clang
|
||||
clangBasic
|
||||
clangCodeGen
|
||||
clangDriver
|
||||
clangFrontend
|
||||
clangFrontendTool
|
||||
|
|
Loading…
Reference in New Issue