Include the new selection library for the X86 target
authorChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:59:53 +0000 (14:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 14:59:53 +0000 (14:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/llc/Makefile
tools/lli/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
 
index fcce5119ded36de93c583246abf1e67b3e12c7a6..c49b5232fe9cb0f2218f23c4ee0b218d0ccf1a72 100644 (file)
@@ -3,6 +3,7 @@ TOOLNAME = llc
 USEDLIBS = mapping \
            sparc \
            x86 \
+          selection \
            regalloc \
            sched \
            select \
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