[PATCH] D97797: [lld-macho][nfc] Parse more options using getLastArg{Value}
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 16:43:44 PST 2021
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
I suppose it's more efficient to have a single iteration of the argument list, but I also don't think argument parsing efficiency matters at all (or at least doesn't matter enough for this change to be a problem), so LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97797/new/
https://reviews.llvm.org/D97797
More information about the llvm-commits
mailing list