[PATCH] D72756: [LLD][ELF] Add support for INPUT_SECTION_FLAGS
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 10:23:02 PST 2020
peter.smith updated this revision to Diff 238820.
peter.smith added a comment.
- Removed support for corner case where there is just a filespec. This permits the INPUT_SECTION_FLAGS logic to be moved to readInputSectionDescription from readOutputSectionDescription.
- Changed comment in test
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72756/new/
https://reviews.llvm.org/D72756
Files:
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h
lld/ELF/ScriptParser.cpp
lld/test/ELF/input-section-flags-diag1.test
lld/test/ELF/input-section-flags-diag2.test
lld/test/ELF/input-section-flags-diag3.test
lld/test/ELF/input-section-flags-keep.s
lld/test/ELF/input-section-flags.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72756.238820.patch
Type: text/x-patch
Size: 15041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/58da0fe5/attachment.bin>
More information about the llvm-commits
mailing list