[llvm-commits] CVS: llvm/tools/lli/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 23:57:08 PDT 2003
Changes in directory llvm/tools/lli:
Makefile updated: 1.36 -> 1.37
---
Log message:
rename selection library to selectiondag
---
Diffs of the changes:
Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.36 llvm/tools/lli/Makefile:1.37
--- llvm/tools/lli/Makefile:1.36 Tue Aug 12 21:28:16 2003
+++ llvm/tools/lli/Makefile Thu Aug 14 23:56:09 2003
@@ -19,7 +19,7 @@
# 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
More information about the llvm-commits
mailing list