llvm-project/flang/test/Evaluate
Andrzej Warzynski 2f67267a93 [flang] Switch from %f18 to %flang_fc1 in a test
This patch updates the final test that can be shared between the old and
the new Flang drivers and that has not been ported yet. %f18 (always
expanded as `f18`) is replaced with %flang_fc1 (expanded as either `f18`
or `flang-new -fc1`, depending on `FLANG_BUILD_NEW_DRIVER`).

This test should've been updated in https://reviews.llvm.org/D100309,
but I missed it then. That's because this test contains non-ascii
characters and `grep -I %f18` (as well as other grep-like tools) skips
it because it's interpreted as a data/binary file. In fact, it's just a
text file with non-ascii chars.

Since this is an obvious omission from D100309 (reviewed, accepted and
merged), I'm sending this without a review to reduce the noise on
Phabricator.
2021-04-23 15:10:07 +00:00
..
folding01.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding02.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding03.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding04.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding05.f90 [flang] Switch from %f18 to %flang_fc1 in a test 2021-04-23 15:10:07 +00:00
folding06.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding07.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding08.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding09.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding10.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding11.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding12.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding13.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding14.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding15.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding16.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding17.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding18.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
folding19.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
test_folding.sh [flang][f18] Make -fdebug-dump-{symbols|parse-tree} imply -fsyntax-only 2021-02-16 09:22:32 +00:00