[PATCH] D72756: [LLD][ELF] Add support for INPUT_SECTION_FLAGS
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 09:25:41 PST 2020
peter.smith updated this revision to Diff 238525.
peter.smith marked 8 inline comments as done.
peter.smith edited the summary of this revision.
peter.smith added a comment.
Address code review comments so far. Main changes:
- Rebased
- Used EnumEntry as in ELFDumper.cpp
- Updated parser with better diagnostic message
- Updated tests
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.238525.patch
Type: text/x-patch
Size: 16987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/c603de76/attachment.bin>
More information about the llvm-commits
mailing list