[PATCH] D76109: [ELF] Correct error message when OUTPUT_FORMAT is used

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 19:04:10 PDT 2020


smeenai marked an inline comment as done.
smeenai added inline comments.


================
Comment at: lld/ELF/ScriptParser.cpp:415
 
   StringRef name = unquote(next());
+  config->bfdname = name;
----------------
MaskRay wrote:
> The local variable can be omitted now.
It's also used in line 423 below, but I'm happy to change all uses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76109





More information about the llvm-commits mailing list