summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 09:32:02 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 09:32:02 +0000
commit744879ea01779a48f898a801c847677b0bfa824a (patch)
tree1602b46ba1a9012436d5bb3b17e1109080394cfd /tools/lto/Makefile
parent73a978a753f66003fb8959af40549ca18b612cd1 (diff)
downloadllvm-744879ea01779a48f898a801c847677b0bfa824a.tar.gz
llvm-744879ea01779a48f898a801c847677b0bfa824a.tar.bz2
llvm-744879ea01779a48f898a801c847677b0bfa824a.tar.xz
switch tools to bitcode from bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/Makefile')
-rw-r--r--tools/lto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile
index 6cb1a7b5aa..1b349f72b4 100644
--- a/tools/lto/Makefile
+++ b/tools/lto/Makefile
@@ -24,7 +24,7 @@ else
BUILD_ARCHIVE = 1
endif
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter bitreader bitwriter
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter
include $(LEVEL)/Makefile.common