[all-commits] [llvm/llvm-project] 547624: [flang][driver] Revert RUN-line change
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Mar 10 08:58:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 547624af1963f082f0c4676b0c019528372f6f13
https://github.com/llvm/llvm-project/commit/547624af1963f082f0c4676b0c019528372f6f13
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M flang/test/Lower/pre-fir-tree04.f90
Log Message:
-----------
[flang][driver] Revert RUN-line change
In https://reviews.llvm.org/D98283, the RUN line in pre-fir-tree04.f90
was updated to use `%flang_fc1` instead of `%f18` (so that the test is
shared between the old and the new driver). Unfortunately, the new
driver does not know yet how to find standard intrinsics modules. As a
result, the test fails when `FLANG_BUILD_NEW_DRIVER` is set to On.
I'm restoring the original RUN line. This is rather straightforward, so
sending without a review. This should make Flang builders happy.
More information about the All-commits
mailing list