[llvm-commits] CVS: llvm/Makefile.rules
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 6 23:51:24 PST 2005
Changes in directory llvm:
Makefile.rules updated: 1.287 -> 1.288
---
Log message:
X86 JIT requires the selection dag library.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.287 llvm/Makefile.rules:1.288
--- llvm/Makefile.rules:1.287 Mon Jan 3 11:42:57 2005
+++ llvm/Makefile.rules Fri Jan 7 01:51:11 2005
@@ -770,7 +770,7 @@
# What the X86 JIT requires
ifdef ENABLE_X86_JIT
- JIT_LIBS += LLVMX86
+ JIT_LIBS += LLVMX86 LLVMSelectionDAG
endif
# You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag
More information about the llvm-commits
mailing list