summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-15 11:37:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-15 11:37:03 +0000
commit04b8b37f564bdddd758348df8e844f40f2d1627b (patch)
treeb4af695273df896b836a0dc67523f102c9be7cb8 /llvm/tools/llvm-lto
parentbe324f983238de812cab748c61fb62c748c8469b (diff)
downloadbcm5719-llvm-04b8b37f564bdddd758348df8e844f40f2d1627b.tar.gz
bcm5719-llvm-04b8b37f564bdddd758348df8e844f40f2d1627b.zip
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill. llvm-svn: 213064
Diffstat (limited to 'llvm/tools/llvm-lto')
-rw-r--r--llvm/tools/llvm-lto/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto/CMakeLists.txt b/llvm/tools/llvm-lto/CMakeLists.txt
index 485b03d26da..9adf6294631 100644
--- a/llvm/tools/llvm-lto/CMakeLists.txt
+++ b/llvm/tools/llvm-lto/CMakeLists.txt
@@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- Core
LTO
MC
Support
OpenPOWER on IntegriCloud