[LLVMdev] ARM c++ exceptions handling not working with clang/llvm-3.2?
Chris Cadwallader
ccadwallader at arxan.com
Mon Feb 4 13:09:07 PST 2013
You may also need to use:
-mllvm -enable-correct-eh-support -mllvm -arm-enable-ehabi-descriptors
-Chris
On Feb 4, 2013, at 3:47 PM, Abdoulaye Walsimou Gaye wrote:
> On 02/04/2013 09:32 PM, Anton Korobeynikov wrote:
>>> am I wrong or the ARM c++ exceptions handling does not work?
>> Yes, it's still work-in-progress option disabled by default. You might
>> want to give it a try via special cmdline line -mllvm
>> -arm-enable-ehabi
>
> Ohhh I see, thanks for the input!
>
>
>
>> --
>> With best regards, Anton Korobeynikov
>> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list