rename selection library to selectiondag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2003-08-15 04:56:09 +00:00
parent 79ba7c1aee
commit 80df4638fe
4 changed files with 5 additions and 4 deletions

View File

@ -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