[PATCH] D111395: [flang][driver] Fix erroneous `&`
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 8 07:26:30 PDT 2021
PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.
In D111395#3051044 <https://reviews.llvm.org/D111395#3051044>, @awarzynski wrote:
> In D111395#3050964 <https://reviews.llvm.org/D111395#3050964>, @PeteSteinfeld wrote:
>
>> Rather than continue with this patch, I would think that we'd just want to make an analogous change to https://reviews.llvm.org/D111308.
>
> This would mean making two unrelated changes in one patch. This patch updates `PrescanAndSemaAction`. This fix is not required in https://reviews.llvm.org/D111308, which implements a new frontend action base class, `PrescanAndSemaDebugAction`.
Sounds good. Go for it!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111395/new/
https://reviews.llvm.org/D111395
More information about the llvm-commits
mailing list