[flang-commits] [flang] 2f67267 - [flang] Switch from %f18 to %flang_fc1 in a test

Andrzej Warzynski via flang-commits flang-commits at lists.llvm.org
Fri Apr 23 08:10:29 PDT 2021


Author: Andrzej Warzynski
Date: 2021-04-23T15:10:07Z
New Revision: 2f67267a93c87261414a4aa4c6cb9d20a489a0df

URL: https://github.com/llvm/llvm-project/commit/2f67267a93c87261414a4aa4c6cb9d20a489a0df
DIFF: https://github.com/llvm/llvm-project/commit/2f67267a93c87261414a4aa4c6cb9d20a489a0df.diff

LOG: [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.

Added: 
    

Modified: 
    flang/test/Evaluate/folding05.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Evaluate/folding05.f90 b/flang/test/Evaluate/folding05.f90
index f68ce124fa8f8..e7052128238d2 100644
Binary files a/flang/test/Evaluate/folding05.f90 and b/flang/test/Evaluate/folding05.f90 
diff er


        


More information about the flang-commits mailing list