[PATCH] D26669: [ELF] Convert RelocationSection to input section.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 11:00:26 PST 2016


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

LGTM. Thanks!



================
Comment at: ELF/OutputSections.cpp:469
-    if (!Config->Relocatable) {
-      // SHF_LINK_ORDER only has meaning in relocatable objects
-      this->Flags &= ~SHF_LINK_ORDER;
----------------
Can you keep this comment?


Repository:
  rL LLVM

https://reviews.llvm.org/D26669





More information about the llvm-commits mailing list