[PATCH] D63024: [LLD] [Driver] Look for -m in response files as well

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 12:53:24 PDT 2019


rnk accepted this revision.
rnk added a comment.

lgtm



================
Comment at: tools/lld/lld.cpp:82
+  }
+  // Expad response files (arguments in the form of @<filename>)
+  // to allow detecting the -m argument from arguments in them.
----------------
Typo on expand


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

https://reviews.llvm.org/D63024





More information about the llvm-commits mailing list