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

Valentin Clement via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 11 06:37:45 PST 2023


clementval added a comment.

In D145845#4186607 <https://reviews.llvm.org/D145845#4186607>, @awarzynski wrote:

> Thanks!
>
> In D145845#4186590 <https://reviews.llvm.org/D145845#4186590>, @clementval wrote:
>
>> Thanks. Can you add tests in `flang/test/Driver`?
>
> Hm, this is a `clangDriver` change rather than anything Flang specific 🤔 . Btw, how does https://github.com/llvm/llvm-project/issues/61260 manifest to you? I'm trying to figure out how to best test it (I couldn't find any other tests for this specifically).

Cannot we just have a a .f03 file and compile it and see if we have an executable?


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