File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ first-time users read through [LLVM Test Suite
12
12
Guide] ( https://llvm.org/docs/TestSuiteGuide.html ) which describes the
13
13
organizational structure of the test suite and how to run it.
14
14
15
- Although the Flang driver is unable to generate code at this time, we
16
- are neverthelesss incrementally adding Fortran tests into the LLVM
17
- Test Suite. We are currently testing against GFortran while we make
18
- progress towards completing the new Flang driver with full
19
- code-generation capabilities.
20
-
21
15
## Running the LLVM test-suite with Fortran
22
16
23
17
Fortran support can be enabled by setting the following CMake variables:
@@ -63,3 +57,12 @@ cmake -G "Ninja" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ \
63
57
-DTEST_SUITE_FORTRAN:STRING=ON \
64
58
-DTEST_SUITE_SPEC2017_ROOT=<path to SPEC directory> ..
65
59
```
60
+
61
+ ## Running the gfortran tests
62
+
63
+ Tests from the gfortran test suite have been imported into the LLVM Test Suite.
64
+ The tests will be run automatically if the test suite is built following the
65
+ instructions described [ above] ( #running-the-LLVM-test-suite-with-fortran ) .
66
+ There are additional configure-time options that can be used with the gfortran
67
+ tests. More details about those options and their purpose can be found in
68
+ [ ` Fortran/gfortran/README.md ` ] ( https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/README.md ) `.
You can’t perform that action at this time.
0 commit comments