[PATCH] D25234: [LLD][ARM] Garbage collection support for .ARM.exidx sections

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 12:02:36 PDT 2016


rafael added a comment.

Why do you need to store the dependency?

It seem that you should be able to just run mark sections live normally and then do one last pass over the sections. Any SHF_LINK_ORDER pointer to a live section makes the current one live too.


https://reviews.llvm.org/D25234





More information about the llvm-commits mailing list