summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 04:55:19 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 04:55:19 +0000
commit1a7354082ad62d9e31faf3d6ad15c39debc94fd6 (patch)
treec552fc43440364d961c4165079139da2978feee1 /tools/llc/Makefile
parent68d4922adfde16a5477c84f25f4e84aa4129943e (diff)
downloadllvm-1a7354082ad62d9e31faf3d6ad15c39debc94fd6.tar.gz
llvm-1a7354082ad62d9e31faf3d6ad15c39debc94fd6.tar.bz2
llvm-1a7354082ad62d9e31faf3d6ad15c39debc94fd6.tar.xz
add bitcode reading support. Remove EH cruft.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 847a175d25..fa7a1b482f 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -9,14 +9,13 @@
LEVEL = ../..
TOOLNAME = llc
-REQUIRES_EH := 1
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) bcreader
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) bcreader bitreader
include $(LLVM_SRC_ROOT)/Makefile.rules