[PATCH] D32233: [LLD][ELF] User linkerscript InputSectionDescription for .ARM.exidx dependency order

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 18:33:42 PDT 2017


ruiu added a comment.

I'm not totally sure if this is towards a right direction. We used to be sorting .ARM.exidx in a direct way -- we had code to directly look at .ARM.exidx input sections and sort them, but now we are creating intermediate data that is to be interpreted by the linker script processor. This seems more intricate way to do a fairly straightforward thing, which is just to sort input sections. Do you think there's a more direct way of doing it?


https://reviews.llvm.org/D32233





More information about the llvm-commits mailing list