[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

2006-08-25 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.5 -> 1.6 --- Log message: For PR797: http://llvm.org/PR797 : Final commit for this bug. This removes the last EH holdouts in LLVM and turns off exception support by using the -fno-exceptions option. This leads to the following

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

2006-07-28 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.4 -> 1.5 --- Log message: Exceptions are thrown by and through this library. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Bytecode/Archive/Makefile diff -u llvm/lib

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

2006-07-07 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.2 -> 1.3 --- Log message: These libs use EH info --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Bytecode/Archive/Makefile diff -u llvm/lib/Bytecode/

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Archive: Makefile updated: 1.1 -> 1.2 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Bytecode/Archive/Makefile diff -u