[PATCH] D145845: [Flang] Allow compile *.f03, *.f08 file

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 11 07:17:47 PST 2023


awarzynski added inline comments.


================
Comment at: flang/test/Driver/supported-suffices/f08-suffix.f08:4
+! CHECK: "{{.*}}flang-new" "-fc1" {{.*}} "/tmp/{{.*}}.o"
+! CHECK: "{{.*}}ld" {{.*}} "/tmp/{{.*}}.o"
+program f08
----------------
This line will not appear without `-flang-experimental-exec` - you need to delete it. Same for the other test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145845



More information about the cfe-commits mailing list