As pointed out by Valentin Clement in PR [1], we should be using &&
instead of &.
[1] https://github.com/flang-compiler/f18-llvm-project/pull/1113#discussion_r724321121
Differential D111395
[flang][driver] Fix erroneous `&` awarzynski on Oct 8 2021, 2:51 AM. Authored by
Details As pointed out by Valentin Clement in PR [1], we should be using && [1] https://github.com/flang-compiler/f18-llvm-project/pull/1113#discussion_r724321121
Diff Detail
Event TimelineComment Actions 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. Comment Actions 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. |