[PATCH] D25825: [LLD][ARM] Add sh_link field to .ARM.exidx sections for relocatable links

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 12:58:22 PDT 2016


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

LGTM



================
Comment at: ELF/OutputSections.cpp:923
+  if (this->Header.sh_flags & SHF_LINK_ORDER) {
+    if (!Config->Relocatable)
+      // SHF_LINK_ORDER only has meaning in relocatable objects
----------------
nit: I'd add {.


https://reviews.llvm.org/D25825





More information about the llvm-commits mailing list