forked from OSchip/llvm-project
[CMake] clang-tools-extra may not depend on LLVM CodeGen.
llvm-svn: 196805
This commit is contained in:
parent
21bf7a11b9
commit
ff9225f3d7
|
@ -1,9 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
bitreader
|
||||
support
|
||||
mc
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_library(clangApplyReplacements
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
bitreader
|
||||
support
|
||||
mc
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_executable(clang-apply-replacements
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
bitreader
|
||||
support
|
||||
mc
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_library(clangTidy
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
bitreader
|
||||
support
|
||||
mc
|
||||
)
|
||||
|
||||
add_clang_executable(clang-tidy
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
support
|
||||
mc
|
||||
Option
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_executable(modularize
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
support
|
||||
mc
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_executable(pp-trace
|
||||
|
|
Loading…
Reference in New Issue