[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:07 PDT 2006
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.16 -> 1.17
---
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 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.16 llvm/tools/llvmc/Makefile:1.17
--- llvm/tools/llvmc/Makefile:1.16 Wed Apr 12 15:56:12 2006
+++ llvm/tools/llvmc/Makefile Wed May 31 20:30:27 2006
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvmc
-USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
CONFIG_FILES = c cpp ll
EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs
More information about the llvm-commits
mailing list