[PATCH] D84001: [ELF] Allow mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER sections and sort within InputSectionDescription

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 10:28:57 PDT 2020


MaskRay marked 4 inline comments as done.
MaskRay added inline comments.


================
Comment at: lld/test/ELF/linkerscript/linkorder.s:69-70
 
 .section .ro,"a"
 .byte 0
 
----------------
jhenderson wrote:
> This section doesn't seem to be being used?
This was a leftover from a previous patch where I probably wanted to test an orphan section. It is unrelated to this patch so I will not deal with it. It may find new uses if we take another think about the organization of tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84001



More information about the llvm-commits mailing list