[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner clattner at apple.com
Fri Aug 18 09:35:16 PDT 2006


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



More information about the llvm-commits mailing list