diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-11 14:59:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-11 14:59:53 +0000 |
| commit | f458b7dd3ba025ba3c8e20f0e301cf61b88437b8 (patch) | |
| tree | 68b5d4cb4226d1a3b7938e3307d4d2ac27c31e24 | |
| parent | e61db425e887a360746b0d4b8d8cf140526b0d8f (diff) | |
| download | bcm5719-llvm-f458b7dd3ba025ba3c8e20f0e301cf61b88437b8.tar.gz bcm5719-llvm-f458b7dd3ba025ba3c8e20f0e301cf61b88437b8.zip | |
Include the new selection library for the X86 target
llvm-svn: 7720
| -rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 | ||||
| -rw-r--r-- | llvm/tools/llc/Makefile | 1 | ||||
| -rw-r--r-- | llvm/tools/lli/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 7ca5c60e980..cc84a6ce5e7 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/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/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index fcce5119ded..c49b5232fe9 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/tools/llc/Makefile @@ -3,6 +3,7 @@ TOOLNAME = llc USEDLIBS = mapping \ sparc \ x86 \ + selection \ regalloc \ sched \ select \ diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index 7ca5c60e980..cc84a6ce5e7 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/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 |

