summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
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