From: Chris Lattner Date: Mon, 11 Aug 2003 14:59:53 +0000 (+0000) Subject: Include the new selection library for the X86 target X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c08840e4bc247f3567320ca9258479659b0042f;p=oota-llvm.git Include the new selection library for the X86 target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7720 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 7ca5c60e980..cc84a6ce5e7 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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 diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fcce5119ded..c49b5232fe9 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -3,6 +3,7 @@ TOOLNAME = llc USEDLIBS = mapping \ sparc \ x86 \ + selection \ regalloc \ sched \ select \ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 7ca5c60e980..cc84a6ce5e7 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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