[PATCH] D76765: [LLD][ELF] - Linkerscript: support the case when INPUT_SECTION_FLAGS is used without section patterns.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 05:22:39 PDT 2020


grimar created this revision.
grimar added reviewers: ruiu, MaskRay, psmith.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
grimar updated this revision to Diff 252549.
grimar added a comment.

- Move the new test case to a proper position in the file.


This is a continuation of D72756 <https://reviews.llvm.org/D72756>. It uses one of test cases made by Peter Smith which was
not included to the final version of the patch (we've agreed to place a FIXME that time).

This patch suggests a change to support this missing part.
(I am not sure how much it is useful feature, but I think we do not want to have this `FIXME`
and IMO this change makes the code a bit cleaner).


https://reviews.llvm.org/D76765

Files:
  lld/ELF/ScriptParser.cpp
  lld/test/ELF/input-section-flags.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76765.252549.patch
Type: text/x-patch
Size: 4189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/8cdc7e59/attachment.bin>


More information about the llvm-commits mailing list