forked from OSchip/llvm-project
[CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMPONENTS.
llvm-svn: 196798
This commit is contained in:
parent
d0bf77dacd
commit
02adf13ceb
|
|
@ -1,3 +1,9 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Option
|
||||
Support
|
||||
TransformUtils
|
||||
)
|
||||
|
||||
add_clang_library(clangDriver
|
||||
Action.cpp
|
||||
CC1AsOptions.cpp
|
||||
|
|
@ -25,6 +31,4 @@ add_dependencies(clangDriver
|
|||
|
||||
target_link_libraries(clangDriver
|
||||
clangBasic
|
||||
LLVMOption
|
||||
LLVMTransformUtils
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue