[LLVMdev] EHABI: Remaining issues

Renato Golin renato.golin at linaro.org
Thu Mar 13 10:02:10 PDT 2014


On 13 March 2014 16:48, Keith Walker <Keith.Walker at arm.com> wrote:
> Whilst not specifying -fno-exceptions just results in a slightly larger image.

Yes, it becomes a nuisance, not a failure. If you use g++ on C code,
you get the EH tables, but not if you use gcc. Having two separate
entry points help, but I don't think that clang/clang++ is in such a
position to so the same (I never use clang++, maybe I should...).

cheers,
--renato



More information about the llvm-dev mailing list