Displaying 2 results from an estimated 2 matches for "b63fdf45".
2019 Mar 01
1
.ARM.exidx woes
..._____
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190301/b63fdf45/attachment-0001.html>
2019 Feb 28
3
.ARM.exidx woes
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