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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: Makefile updated: 1.6 -> 1.7 --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Co

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

2006-07-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: Makefile updated: 1.5 -> 1.6 --- Log message: Build more debugger/selectiondag libraries as archives instead of .o files. This works around bugs in some versions of the cygwin linker. Patch contributed by Anton Korobeynikov. --- Diffs of t

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: 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.