[PATCH] D85100: [ELF] Allow sections after a non-SHF_ALLOC section to be covered by PT_LOAD

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 22:59:51 PDT 2020


MaskRay updated this revision to Diff 283130.
MaskRay marked 5 inline comments as done.
MaskRay retitled this revision from "[ELF] Allow sections after a non-allocable section to be covered by PT_LOAD" to "[ELF] Allow sections after a non-SHF_ALLOC section to be covered by PT_LOAD".
MaskRay edited the summary of this revision.
MaskRay added a comment.

non-allocable -> non-SHF_ALLOC
equals to -> equals


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85100

Files:
  lld/ELF/LinkerScript.cpp
  lld/ELF/Writer.cpp
  lld/test/ELF/linkerscript/compress-debug-sections-custom.s
  lld/test/ELF/linkerscript/sections.s
  lld/test/ELF/linkerscript/symbols-non-alloc.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85100.283130.patch
Type: text/x-patch
Size: 8853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/b6f79b61/attachment-0001.bin>


More information about the llvm-commits mailing list