summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-31 17:40:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-31 17:40:11 +0000
commit0cb94d9adc631eafa88218a5e972d45e0cf35f61 (patch)
tree4799f6cd554659d19066bd9d870380b976692642 /tools/lto/Makefile
parente225c1956233856e5cce40bd61091af1d8f29995 (diff)
downloadllvm-0cb94d9adc631eafa88218a5e972d45e0cf35f61.tar.gz
llvm-0cb94d9adc631eafa88218a5e972d45e0cf35f61.tar.bz2
llvm-0cb94d9adc631eafa88218a5e972d45e0cf35f61.tar.xz
LTO itself hasn't depended on MCDisassembler any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/Makefile')
-rw-r--r--tools/lto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile
index e2b0ff80ef..6e8268b726 100644
--- a/tools/lto/Makefile
+++ b/tools/lto/Makefile
@@ -9,8 +9,7 @@
LEVEL := ../..
LIBRARYNAME := LTO
-LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \
- lto mcdisassembler vectorize
+LINK_COMPONENTS := all-targets core lto mc support
LINK_LIBS_IN_SHARED := 1
SHARED_LIBRARY := 1