summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 04:49:55 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 04:49:55 +0000
commit68d4922adfde16a5477c84f25f4e84aa4129943e (patch)
tree4d3b2b155c96e82a0c0cd0368ae309505f2cd9b4 /tools/lto/Makefile
parent0f4ed87c9c894fa55276d4f309923a4ac219711e (diff)
downloadllvm-68d4922adfde16a5477c84f25f4e84aa4129943e.tar.gz
llvm-68d4922adfde16a5477c84f25f4e84aa4129943e.tar.bz2
llvm-68d4922adfde16a5477c84f25f4e84aa4129943e.tar.xz
bitcodify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36838 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 f728cbefec..6cb1a7b5aa 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
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bcreader bcwriter bitreader bitwriter
include $(LEVEL)/Makefile.common