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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 10:16:21 PDT 2020


MaskRay added a comment.

This syntax probably has no user now. The question is whether the syntax can have a reasonable use case in the future...  The raw wildcard syntax is questionable because it can potentially cause parsing ambiguity. Having `)` as a terminal symbol is nice.

I also left a comment on https://bugs.llvm.org/show_bug.cgi?id=39885


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

https://reviews.llvm.org/D76765





More information about the llvm-commits mailing list