[flang-commits] [flang] [flang][NFC] Update module file documentation (PR #135107)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Apr 10 04:11:13 PDT 2025
https://github.com/kiranchandramohan approved this pull request.
Looks good—thanks for the update! I have a few comments; please feel free to disregard them if they’re not applicable:
1. There appears to be a flag for specifying the path to intrinsic modules:
https://flang.llvm.org/docs/FlangCommandLineReference.html#cmdoption-flang-fintrinsic-modules-path
2. It might be worth noting that declarative directives (e.g., OpenMP, OpenACC, or non-standard ones) within modules are expected to be included in the generated module file.
3. Constant expressions will be evaluated and stored in the module file..
https://github.com/llvm/llvm-project/pull/135107
More information about the flang-commits
mailing list