[all-commits] [llvm/llvm-project] c2e452: [flang][nfc] Port 2 tests to use the new driver wh...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Tue Apr 20 05:59:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2e452fb05a714a3826275f038d201f87e9ba2d5
https://github.com/llvm/llvm-project/commit/c2e452fb05a714a3826275f038d201f87e9ba2d5
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M flang/test/Semantics/label14.f90
M flang/test/Semantics/resolve105.f90
Log Message:
-----------
[flang][nfc] Port 2 tests to use the new driver when enabled
This is similar to https://reviews.llvm.org/D100309, i.e. `%f18` is
replaced with `%flang_new`.
resolve105.f90 wasn't in tree when D100309 was worked on, so it's
updated here instead.
label14.f90 requires `-fsyntax-only`. I didn't notice that when
submitting D100309, hence updating it now instead. `-fsyntax-only` is
required to prevent `%f18` from calling an external compiler (which then
fails and returns a non-zero exit code).
Differential Revision: https://reviews.llvm.org/D100655
More information about the All-commits
mailing list