[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 18:13:32 PDT 2005
Changes in directory llvm/tools/llc:
Makefile updated: 1.73 -> 1.74
---
Log message:
pull in the archive version of this lib to reduce exe size
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.73 llvm/tools/llc/Makefile:1.74
--- llvm/tools/llc/Makefile:1.73 Wed Jun 8 17:32:51 2005
+++ llvm/tools/llc/Makefile Sun Oct 23 20:13:21 2005
@@ -69,7 +69,7 @@
LLVMTarget.a \
LLVMipa.a \
LLVMTransforms.a \
- LLVMScalarOpts \
+ LLVMScalarOpts.a \
LLVMAnalysis.a \
LLVMTransformUtils.a \
LLVMBCReader \
More information about the llvm-commits
mailing list