[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Makefile
Reid Spencer
reid at x10sys.com
Fri Aug 25 12:55:13 PDT 2006
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 reduction in library and executable sizes:
DEBUG BUILD RELEASE BUILD
before after delta before after delta
lib 162,328K 157,616K 4,712 17,864K 16,416K 1,448K
bin 571,444K 557,156K 14,288 63,296K 56,996K 6,300K
Debug Improvement: 19,000K (2.59%)
Release Improvement: 7,748K (9.55%)
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Bytecode/Archive/Makefile
diff -u llvm/lib/Bytecode/Archive/Makefile:1.5 llvm/lib/Bytecode/Archive/Makefile:1.6
--- llvm/lib/Bytecode/Archive/Makefile:1.5 Fri Jul 28 17:00:24 2006
+++ llvm/lib/Bytecode/Archive/Makefile Fri Aug 25 14:54:53 2006
@@ -9,7 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMArchive
-REQUIRES_EH := 1
# We only want an archive so only those modules actually used by a tool are
# included.
More information about the llvm-commits
mailing list