search for: 997086

Displaying 1 result from an estimated 1 matches for "997086".

Did you mean: 997026
2007 Dec 20
3
[LLVMdev] Whither exceptions
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