[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:10 PDT 2006
Changes in directory llvm/lib/Bytecode/Writer:
Makefile updated: 1.4 -> 1.5
---
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/Bytecode/Writer/Makefile
diff -u llvm/lib/Bytecode/Writer/Makefile:1.4 llvm/lib/Bytecode/Writer/Makefile:1.5
--- llvm/lib/Bytecode/Writer/Makefile:1.4 Thu Oct 28 00:30:54 2004
+++ llvm/lib/Bytecode/Writer/Makefile Wed May 31 20:30:26 2006
@@ -8,5 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMBCWriter
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list