[llvm-commits] CVS: llvm/tools/llc/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Thu Dec 16 15:07:29 PST 2004



Changes in directory llvm/tools/llc:

Makefile updated: 1.64 -> 1.65
---
Log message:

Linking in all of ScalarOpts.


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

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.64 llvm/tools/llc/Makefile:1.65
--- llvm/tools/llc/Makefile:1.64	Thu Dec 16 13:39:45 2004
+++ llvm/tools/llc/Makefile	Thu Dec 16 17:07:13 2004
@@ -24,7 +24,7 @@
 	LLVMSparcV9LiveVar \
 	LLVMipa.a \
 	LLVMTransforms.a \
-	LLVMScalarOpts.a \
+	LLVMScalarOpts \
 	LLVMAnalysis.a \
 	LLVMTransformUtils.a \
 	LLVMBCReader \






More information about the llvm-commits mailing list