summaryrefslogtreecommitdiffstats
path: root/Tests/Module/CheckIPOSupported-Fortran
Commit message (Collapse)AuthorAgeFilesLines
* LFortran: Update flags renamed by version 0.55Christopher Albert2025-09-161-1/+6
| | | | | | The `--generate-object-code` flag is now `--separate-compilation`. Fixes: #27225
* LFortran: Remove hard-coded --generate-object-code flagSaurabh Kumar2025-01-091-1/+1
| | | | | | | | | | | | This was added in commit 98d0f918ba (LFortran: Add support for this compiler, 2024-01-25, v3.31.0-rc1~303^2~2) because it is needed for cases covered by CMake's Fortran tests. However, it does not work with Fortran modules and breaks lfortran's own `examples/project1`. Move the flag to the test cases that need it, just as the original commit did with `--implicit-interface`. Fixes: #26597 Co-authored-by: Brad King <brad.king@kitware.com>
* Tests: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
|
* LFortran: Add support for this compilerChristoph Junghans2024-07-221-0/+4
| | | | Fixes: #25419
* Tests: Print more info on CheckIPOSupported test failureBrad King2017-08-231-2/+3
|
* Tests: Add cases for typical CheckIPOSupported usageRuslan Baratov2017-04-183-0/+24