[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 6 23:51:37 PST 2005
Changes in directory llvm/tools/llc:
Makefile updated: 1.65 -> 1.66
---
Log message:
X86 BE requires SelectionDAG
---
Diffs of the changes: (+1 -0)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.65 llvm/tools/llc/Makefile:1.66
--- llvm/tools/llc/Makefile:1.65 Thu Dec 16 17:07:13 2004
+++ llvm/tools/llc/Makefile Fri Jan 7 01:51:25 2005
@@ -19,6 +19,7 @@
LLVMSkeleton \
LLVMSparcV9RegAlloc \
LLVMSparcV9InstrSched \
+ LLVMSelectionDAG \
LLVMCodeGen \
LLVMTarget.a \
LLVMSparcV9LiveVar \
More information about the llvm-commits
mailing list