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

2006-07-20 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Makefile updated: 1.4 -> 1.5 --- 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 the changes:

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

2006-07-07 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Makefile updated: 1.3 -> 1.4 --- Log message: This uses EH info --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/Makefile diff -u llvm/lib/Debugger/Makefile:1.3 llvm/lib/Debugger/Makefile

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

2006-04-12 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: Makefile updated: 1.2 -> 1.3 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/Makefile diff -u llvm/lib/Debugger/Makefile:1.2 ll