[PATCH] D26864: Simplify handling of SHF_LINK_ORDER

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 11:03:17 PST 2016


peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.

Looks good to me. The earlier we can do the re-ordering the better.

I'm currently trying to investigate some test failures in libcxxabi, libcxx using libunwind to do with ARM exceptions. I've got 6 failures in libcxxabi and 44 failures in libcxx when I run it with lld on ARM [*]. I'll run this past the tests on Monday (getting too late in the evening for me to function properly). If I turn up any extra problems I'll let you know.

[X] Only difference I can find between ld.bfd and lld is that ld.bfd (and gold) generate a .cantunwind entry for sections that don't have a .ARM.exidx entry.



     


https://reviews.llvm.org/D26864





More information about the llvm-commits mailing list