[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 16 11:40:23 PST 2004



Changes in directory llvm:

Makefile.rules updated: 1.274 -> 1.275
---
Log message:

X86 doesn't actually use SelectionDAG yet.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.274 llvm/Makefile.rules:1.275
--- llvm/Makefile.rules:1.274	Thu Dec 16 12:26:53 2004
+++ llvm/Makefile.rules	Thu Dec 16 13:40:10 2004
@@ -753,7 +753,7 @@
 
 # What the X86 JIT requires
 ifdef ENABLE_X86_JIT
-  JIT_LIBS  += LLVMX86 LLVMSelectionDAG
+  JIT_LIBS  += LLVMX86
 endif
 
 # You can enable the SparcV9 JIT on a non-SparcV9 host by setting the flag






More information about the llvm-commits mailing list