[PATCH] D98494: [NFC] Minor cleanup to use default setting of getLastArg()
Maxim Kuvyrkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 18 01:08:33 PDT 2021
maxim-kuvyrkov added a comment.
The patch was wrong. We use "const Arg *A" at the end of GetLinkerPath, so can't remove it. I thought I tested this, but, apparently, not.
Reverted in 62948c4532d59b59f63409eae5d7f9e4990e5626 <https://reviews.llvm.org/rG62948c4532d59b59f63409eae5d7f9e4990e5626> .
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98494/new/
https://reviews.llvm.org/D98494
More information about the cfe-commits
mailing list