[PATCH] D83469: [LLD][ELF] - Allow relocation sections to appear before their target sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 10:08:25 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/reloc-sec-before-target.test:1
+## In this case we have an object with a relocation section before
+## the corresponding relocatable target section. Normally it is not what
----------------
MaskRay wrote:
> If the section header index of a SHT_REL[A] section is smaller than the section header index of the relocated section
`reloc-sec-before-relocated.test` might be a better name.

(target -> relocated)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83469/new/

https://reviews.llvm.org/D83469





More information about the llvm-commits mailing list