summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:56:09 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:56:09 +0000
commit6ae402fd2cdbab31b73cfd8720435033560db557 (patch)
tree41eb895aed235a8b774534bbf03dafb530bfb7f7 /llvm/lib/ExecutionEngine
parent0605c232b7532828e8af85d81607f40bcdc6ce2e (diff)
downloadbcm5719-llvm-6ae402fd2cdbab31b73cfd8720435033560db557.tar.gz
bcm5719-llvm-6ae402fd2cdbab31b73cfd8720435033560db557.zip
rename selection library to selectiondag
llvm-svn: 7878
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 883a906b331..d1ba9b6e979 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 selection
+ JITLIBS += x86 selectiondag
# X86 doesn't require any ARCHLIBS
endif
OpenPOWER on IntegriCloud