[all-commits] [llvm/llvm-project] 89053e: [flang][driver] Partial revert of D157837
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Aug 18 08:51:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89053e49590302c0a704d1af46ee263a5c882df6
https://github.com/llvm/llvm-project/commit/89053e49590302c0a704d1af46ee263a5c882df6
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
[flang][driver] Partial revert of D157837
This is a partial revert of https://reviews.llvm.org/D157837 - it turns
out that the LLVM test suite needs to be updated first not to use any of
the unsupported Flang options:
* https://github.com/llvm/llvm-test-suite
Sample errors:
```
flang-new: error: unknown argument: '-fbounds-check'
flang-new: error: unknown argument: '-fcheck=all'
flang-new: error: unknown argument: '-fcheck-array-temporaries'
```
Once the test suite is updated, we can restore the reverted setting.
Broken bot:
* https://lab.llvm.org/buildbot/#/builders/197/builds/9001
Differential Revision: https://reviews.llvm.org/D158289
More information about the All-commits
mailing list