[PATCH] D101459: [flang] Change the default module suffix from .mod to f18.mod

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 09:16:36 PDT 2021


awarzynski added a comment.

In D101459#2723050 <https://reviews.llvm.org/D101459#2723050>, @klausler wrote:

> This is a bad idea.  The default module file name suffix should be ".mod"; the world is full of Makefiles and scripts expecting Fortran modules to be "*.mod".

Thank you for your comment. I wasn't sure what the rationale behind `flang/tools/f18/flang` and `-module-suffix .f18.mod` was. This is now clear and I see why we should keep `.mod`. I've already abandoned this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101459



More information about the llvm-commits mailing list