On Aug 18, 2006, at 2:30 AM, Reid Spencer wrote:
For PR797: http://llvm.org/PR797 :
1. Actually turn on -fno-exceptions in libraries that do not have the
REQUIRES_EH option in their Makefile. The following library file
size
savings were made (DEBUG):
Very cool, but... is this safe? If libsystem throws an exception,
then everything between it and the tool that finally catches the
exception have to be compiled with EH support on...
-Chris
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits