[llvm-commits] CVS: llvm/lib/AsmParser/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:10 PDT 2006
Changes in directory llvm/lib/AsmParser:
Makefile updated: 1.9 -> 1.10
---
Log message:
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/AsmParser/Makefile
diff -u llvm/lib/AsmParser/Makefile:1.9 llvm/lib/AsmParser/Makefile:1.10
--- llvm/lib/AsmParser/Makefile:1.9 Wed Apr 12 15:57:05 2006
+++ llvm/lib/AsmParser/Makefile Wed May 31 20:30:26 2006
@@ -9,6 +9,7 @@
LEVEL = ../..
LIBRARYNAME := LLVMAsmParser
+BUILD_ARCHIVE = 1
EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs
More information about the llvm-commits
mailing list