[flang-commits] [PATCH] D84334: [flang] Version information in flang/f18

Tim Keith via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Aug 5 07:23:38 PDT 2020


tskeith requested changes to this revision.
tskeith added inline comments.
This revision now requires changes to proceed.


================
Comment at: flang/test/Preprocessing/macros.F90:7
+! VERSION-EMPTY:
+! RUN: %f18 %s -o test ; ./test | FileCheck  -check-prefix=VERSION %s ; rm ./test
+
----------------
Does this depend on having gfortran available? It should use `%f18 -E` like the others.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84334/new/

https://reviews.llvm.org/D84334



More information about the flang-commits mailing list