lli uses LinkAllCodegenComponents, so it needs this. Thanks to
[oota-llvm.git] / tools / lli / Makefile
index 406a74a11a7e3ce4b03bf57b94851f682e938fd0..e7e61bb98d123b642f4da6e900c4a2b268df4745 100644 (file)
@@ -6,9 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL    := ../..
 TOOLNAME := lli
-LINK_COMPONENTS := jit interpreter native bcreader
+LINK_COMPONENTS := jit interpreter native bcreader selectiondag
 REQUIRES_EH := 1
 
 # Enable JIT support