summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 04:58:26 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 04:58:26 +0000
commitc1e6d686986f511774e0f46e21d4cd90f734bed1 (patch)
treecaad6176822ea74c102420958ca381c2b444e032 /tools/lli/Makefile
parent1a7354082ad62d9e31faf3d6ad15c39debc94fd6 (diff)
downloadllvm-c1e6d686986f511774e0f46e21d4cd90f734bed1.tar.gz
llvm-c1e6d686986f511774e0f46e21d4cd90f734bed1.tar.bz2
llvm-c1e6d686986f511774e0f46e21d4cd90f734bed1.tar.xz
add bitcode reading support, remove eh stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index e7e61bb98d..f5383d3b51 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -9,8 +9,7 @@
LEVEL := ../..
TOOLNAME := lli
-LINK_COMPONENTS := jit interpreter native bcreader selectiondag
-REQUIRES_EH := 1
+LINK_COMPONENTS := jit interpreter native bcreader bitreader selectiondag
# Enable JIT support
include $(LEVEL)/Makefile.common