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

Reid Spencer reid at x10sys.com
Fri Aug 18 09:55:45 PDT 2006


Hmm .. didn't think of that, but it passed all the tests. All the tools
still have top level exception handlers so its not like we'd generate an
unexpected_exception error. Some memory cleanup could be missed, but the
process is going to exit anyway. Temporary files that need to be cleaned
up are generally done in the tool's code, so that should be okay. What
else could go wrong?

Reid.

On Fri, 2006-08-18 at 09:35 -0700, Chris Lattner wrote:
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20060818/60bd5efc/attachment.sig>


More information about the llvm-commits mailing list