[CMake] clang-tools-extra may not depend on LLVM CodeGen.

llvm-svn: 196805
This commit is contained in:
NAKAMURA Takumi 2013-12-09 19:27:57 +00:00
parent 21bf7a11b9
commit ff9225f3d7
6 changed files with 6 additions and 27 deletions

View File

@ -1,9 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
Support
)
add_clang_library(clangApplyReplacements

View File

@ -1,9 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
Support
)
add_clang_executable(clang-apply-replacements

View File

@ -1,9 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
Support
)
add_clang_library(clangTidy

View File

@ -1,9 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
)
add_clang_executable(clang-tidy

View File

@ -1,8 +1,6 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
Option
Support
)
add_clang_executable(modularize

View File

@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
Support
)
add_clang_executable(pp-trace