[PATCH] D40540: Factor out more code to Common/Args.cpp.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 12:00:40 PST 2017


ruiu added inline comments.


================
Comment at: lld/Common/Args.cpp:30
+
+std::vector<StringRef> args::getArgs(opt::InputArgList &Args, int Id) {
+  std::vector<StringRef> V;
----------------
pcc wrote:
> Maybe `args::getStrings`?
I didn't intend to refactor code in this patch, but fine, I can change the name while I'm here.


Repository:
  rL LLVM

https://reviews.llvm.org/D40540





More information about the llvm-commits mailing list