[PATCH] D71080: [NFC] Separate getLastArgIntValue to Basic
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 21 21:07:32 PST 2019
yaxunl added a comment.
In D71080#1794066 <https://reviews.llvm.org/D71080#1794066>, @thakis wrote:
> Why move this to Basic instead of to Driver if you want to use it in Driver? (Frontend depends on Driver so it could then still use it.)
You are right. Driver is a better place. I will create a review for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71080/new/
https://reviews.llvm.org/D71080
More information about the cfe-commits
mailing list