[llvm-dev] .ARM.exidx woes
Rob via llvm-dev
llvm-dev at lists.llvm.org
Thu Feb 28 12:09:37 PST 2019
Is it possible to force llvm/clang to not create a .ARM.exidx section for a
bare-metal application that does not use exceptions? I've tried
-fno-exceptions -fno-unwind-tables, but it still generates the section with
all functions marked as 'cantunwind'. As a temporary punt I tried linking
(using lld) with /DISCARD/ on the section, but that seemed to crash lld,
which is another problem for another day. Any suggestions?
RRM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190228/976b7165/attachment.html>
More information about the llvm-dev
mailing list