[flang] Change the suffix of the module files to be .f18.mod
authorSteve Scalpone <sscalpone@nvidia.com>
Tue, 13 Aug 2019 23:02:03 +0000 (16:02 -0700)
committerSteve Scalpone <sscalpone@nvidia.com>
Tue, 13 Aug 2019 23:02:03 +0000 (16:02 -0700)
commit51fea2427fadcfeb00856cfe528d16ec9b823569
treede75d63ad15ab64d9d70a7058daa70c7c93a64bc
parentaf794f959be600e5373983d87982061ce8b237ae
[flang] Change the suffix of the module files to be .f18.mod
so makefiles with "rm *.mod" will still work. Add a
new option to f18, -intrinsic-module-directory, which
supplies a directory in which f18 searches for standard
intrinsic modules. Neither the option nor the path is passed to F18_FC.

Original-commit: flang-compiler/f18@0bbda4c39edf170d3c194e4ad16b07e88995e46c
Reviewed-on: https://github.com/flang-compiler/f18/pull/653
flang/tools/f18/CMakeLists.txt
flang/tools/f18/f18.cc
flang/tools/f18/flang.sh