[PATCH] D55324: [LLD][ELF] - Linker script: accept using a file name without a list of sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 07:34:51 PST 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/ScriptParser.cpp:860
+      // from the file will be included.
+      InputSectionDescription *ISD = make<InputSectionDescription>(Tok);
+      ISD->SectionPatterns.push_back({{}, StringMatcher({"*"})});
----------------
auto


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

https://reviews.llvm.org/D55324





More information about the llvm-commits mailing list