[PATCH] D43071: [ELF] - Support DSECT, COPY, INFO, OVERLAY output sections attributes.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 07:05:18 PST 2018


grimar created this revision.
grimar added reviewers: ruiu, espindola.
Herald added a subscriber: emaste.

This is PR36298.

(SECT), (COPY), (INFO), (OVERLAY) all have the same effect:
 section should be marked as non-allocatable.

(https://www.eecs.umich.edu/courses/eecs373/readings/Linker.pdf,
3.6.8.1 Output Section Type)


https://reviews.llvm.org/D43071

Files:
  ELF/LinkerScript.cpp
  ELF/OutputSections.h
  ELF/ScriptParser.cpp
  test/ELF/linkerscript/info-section-type.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43071.133417.patch
Type: text/x-patch
Size: 3663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/6d764465/attachment.bin>


More information about the llvm-commits mailing list