Mercurial > hg > CbC > CbC_llvm
comparison flang/docs/FortranLLVMTestSuite.md @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 5f17cb93ff66 |
children |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
32 This will configure the test-suite to run only the Fortran tests which | 32 This will configure the test-suite to run only the Fortran tests which |
33 are found in the Fortran subdirectory. To run the C/C++ tests | 33 are found in the Fortran subdirectory. To run the C/C++ tests |
34 alongside the Fortran tests omit the `-DTEST_SUITE_SUBDIRS` CMake | 34 alongside the Fortran tests omit the `-DTEST_SUITE_SUBDIRS` CMake |
35 variable. | 35 variable. |
36 | 36 |
37 If your Fortran compiler is Flang, you may want to set the `NO_STOP_MESSAGE` | |
38 environment variable to `1` in order to avoid test failures due to warnings | |
39 about INEXACT signaling exceptions. | |
40 | |
37 | 41 |
38 ## Running the SPEC CPU 2017 | 42 ## Running the SPEC CPU 2017 |
39 | 43 |
40 We recently added CMake hooks into the LLVM Test Suite to support | 44 We recently added CMake hooks into the LLVM Test Suite to support |
41 Fortran tests from [SPEC CPU 2017](https://www.spec.org/cpu2017/). We | 45 Fortran tests from [SPEC CPU 2017](https://www.spec.org/cpu2017/). We |