[PATCH] D97080: [flang][driver] Add -fintrinsic-modules-path option

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 9 04:11:33 PST 2021


awarzynski added a comment.

In D97080#2586289 <https://reviews.llvm.org/D97080#2586289>, @arnamoy10 wrote:

> Also, not sure what to set as the default directory, as gfortran uses a specific installation location.

We probably should use a location relative to the `flang-new` binary, i.e. `<flang-new-path>/../tools/flang/include/flang/`.

**Question**: What are the semantics for this flag in `gfortran`? Is the path specified with `-fintrinsics-module-path` _prepended_ or _appended_ to the default search path?


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

https://reviews.llvm.org/D97080



More information about the cfe-commits mailing list