[all-commits] [llvm/llvm-project] 7ce8c5: [flang][test-suite] Document need for NO_STOP_MESS...
Diana via All-commits
all-commits at lists.llvm.org
Fri Jun 3 01:19:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ce8c59b383a372d8fd4c44ab3b0dfbcd568d757
https://github.com/llvm/llvm-project/commit/7ce8c59b383a372d8fd4c44ab3b0dfbcd568d757
Author: Diana Picus <diana.picus at linaro.org>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M flang/docs/FortranLLVMTestSuite.md
Log Message:
-----------
[flang][test-suite] Document need for NO_STOP_MESSAGE environment variable. NFC
When running the llvm-test-suite with flang, we get a lot of failures
because of the output of the `STOP` statement. We can workaround them by
setting `NO_STOP_MESSAGE=1` in the environment. This patch adds a few
words about it to the docs about the Fortran part of the llvm-test-suite.
See also https://reviews.llvm.org/D126360
More information about the All-commits
mailing list