[all-commits] [llvm/llvm-project] b41e86: [flang][driver] Fix erroneous `&`
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Oct 8 07:45:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b41e86642e16dffc90d037449a59cded72b2bd7f
https://github.com/llvm/llvm-project/commit/b41e86642e16dffc90d037449a59cded72b2bd7f
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M flang/lib/Frontend/FrontendActions.cpp
Log Message:
-----------
[flang][driver] Fix erroneous `&`
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 Revision: https://reviews.llvm.org/D111395
More information about the All-commits
mailing list