aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-ld/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 09:29:57 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 09:29:57 +0000
commit44dadffe4bd58ab32961ca5fe537e8ba69c09243 (patch)
tree745eccd4ec6ba93e89d8c2d992db470dbd025134 /tools/llvm-ld/Makefile
parent4bcca0f2ac85c918fc8617e34b7642e5e5233460 (diff)
downloadexternal_llvm-44dadffe4bd58ab32961ca5fe537e8ba69c09243.zip
external_llvm-44dadffe4bd58ab32961ca5fe537e8ba69c09243.tar.gz
external_llvm-44dadffe4bd58ab32961ca5fe537e8ba69c09243.tar.bz2
switch tools to bitcode instead of bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ld/Makefile')
-rw-r--r--tools/llvm-ld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile
index b22035b..f772504 100644
--- a/tools/llvm-ld/Makefile
+++ b/tools/llvm-ld/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
TOOLNAME = llvm-ld
-LINK_COMPONENTS = ipo scalaropts linker archive bcwriter bitwriter
+LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common