[llvm-commits] CVS: llvm/lib/CodeGen/Makefile

Reid Spencer reid at x10sys.com
Wed May 31 18:31:04 PDT 2006



Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.25 -> 1.26
---
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/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.25 llvm/lib/CodeGen/Makefile:1.26
--- llvm/lib/CodeGen/Makefile:1.25	Wed Oct 27 18:18:44 2004
+++ llvm/lib/CodeGen/Makefile	Wed May 31 20:30:26 2006
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = SelectionDAG
 LIBRARYNAME = LLVMCodeGen
+PARALLEL_DIRS = SelectionDAG
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list