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