Include the new selection library for the X86 target
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 7ca5c60e98077edf59442d240bb016f4db9cfac0..cc84a6ce5e70f1e668d83fc29cba1fc89a67bdad 100644 (file)
@@ -19,7 +19,7 @@ endif
 # What the X86 JIT requires
 ifdef ENABLE_X86_JIT
   CPPFLAGS += -DENABLE_X86_JIT
-  JITLIBS  += x86
+  JITLIBS  += x86 selection
   # X86 doesn't require any ARCHLIBS
 endif