diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-03-09 14:20:43 +0000 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-03-09 15:26:48 +0000 |
commit | b04fbc191325a0fc07eb6882f5ab85123b6dc165 (patch) | |
tree | 2a260cb72c773b7fd461fc81874c6e064fb10b95 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8d632ca4365519b38004d083301abf385ce87358 (diff) | |
download | llvm-b04fbc191325a0fc07eb6882f5ab85123b6dc165.zip llvm-b04fbc191325a0fc07eb6882f5ab85123b6dc165.tar.gz llvm-b04fbc191325a0fc07eb6882f5ab85123b6dc165.tar.bz2 |
[flang][driver] Refine tests for module search directories
This patch refactors include-module.f90:
* rename the test file as use-module.f90 to better highlight which
driver feature is being tested
* move tests for diagnostics to use-module-error.f90 (it tests that
`-J/-module-dir` can only be used once)
* make sure that `f18` is tested when `FLANG_BUILD_NEW_DRIVER` is
set to `Off`
* add tests for when all module files are successfully discovered and
loaded
With this patch, there should be a clear separation into 3 scenarios in
use-module.f90:
* Everything is OK
* One module file wasn't found (missing include path for
basictestingmoduletwo.mod)
* Two module files are found, but the test requires
`basictestingmoduleone.mod` from both `Inputs` and `Inputs/module-dir`.
Only the latter is found.
Reviewed By: tskeith
Differential Revision: https://reviews.llvm.org/D97197
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions