[LLVMdev] Whither exceptions

Duncan Sands duncan.sands at math.u-psud.fr
Mon Dec 31 01:31:20 PST 2007


> Ok, so it sounds like you want a way to "enable the default eh model", and 
> I want the ability to pick for "power users".  How about something like:
> 
>   <nothing>          -> eh disabled (aka -fno-exceptions in gcc)
>   -enable-eh         -> target default
>   -enable-eh=default -> target default
>   -enable-eh=sjlj
>   -enable-eh=dwarf
> 
> ?

Sounds good to me.

D.



More information about the llvm-dev mailing list