[PATCH] D99336: [flang][driver] Add default intrinsic module path in f18
Arnamoy B via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 25 06:26:54 PDT 2021
arnamoy10 created this revision.
arnamoy10 added reviewers: awarzynski, tskeith, bryanpkc, SouraVX, sscalpone, kiranchandramohan.
arnamoy10 added a project: Flang.
Herald added a subscriber: jdoerfert.
arnamoy10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
f18 currently does not have a default path for intrinsic modules. The default path was provided through command-line option. This patch
1. Adds the default intrinsic modules path in the search directories first
2. Prepends the intrinsic module directory path (if supplied) to the list of search directories
3. Removes the added option for providing intrinsic module path from the test config files
4. Update the test case to run for both flang and f18.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99336
Files:
flang/test/Driver/intrinsic_module_path.f90
flang/test/lit.cfg.py
flang/tools/f18/f18.cpp
flang/tools/f18/flang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99336.333283.patch
Type: text/x-patch
Size: 4164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210325/e6d3a344/attachment.bin>
More information about the llvm-commits
mailing list