[LLVMdev] Whither exceptions

Chris Lattner sabre at nondot.org
Thu Dec 20 09:57:46 PST 2007


On Thu, 20 Dec 2007, Dale Johannesen wrote:
> I'm strongly of the opinion that you shouldn't have to say anything to
> get EH on targets where it works.
> -fexceptions is set up like that.

I'm not sure I get what you mean.  gcc defaults to no EH data, you need 
-fexceptions to turn it on.  g++ defaults it to on, because it knows the 
front-end.  You think we should have llc default to EH on when the target 
supports it?  Don't all targets support sjlj?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list