aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2025-07-21 17:18:33 +0200
committerGitHub <noreply@github.com>2025-07-21 17:18:33 +0200
commited2bfd132509da679320a1d691af4a91192297d0 (patch)
treebe2afd3afc795c08e33de7e52a014e0369c8bb5b /llvm/lib
parente39ee62c5bdbe71b9f191bc5da7d47577e2099a9 (diff)
downloadllvm-ed2bfd132509da679320a1d691af4a91192297d0.zip
llvm-ed2bfd132509da679320a1d691af4a91192297d0.tar.gz
llvm-ed2bfd132509da679320a1d691af4a91192297d0.tar.bz2
[Flang] Add -fintrinsic-modules-path= alias (#149417)
Add the syntax `-fintrinsic-modules-path=<dir>` as an alias to the existing option `-fintrinsic-modules-path <dir>`. gfortran also supports both alternatives. This is particularly useful with CMake which de-duplicates command-line options. For instance, `-fintrinsic-modules-path /path/A -fintrinsic-modules-path /path/B` is de-duplicated to `-fintrinsic-modules-path /path/A /path/B` since it conisiders the second `-fintrinsic-modules-path` "redundant". This can be avoided using the syntax `-fintrinsic-modules-path=/path/A -fintrinsic-modules-path=/path/B`.
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions