We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743cc86 commit 020edb3Copy full SHA for 020edb3
1 file changed
fortran/tests/tools/flsrc
@@ -19,9 +19,10 @@ if ! basename "$DIR" | grep -q ".test\|test." || ! [[ -d "$DIR" ]] ; then
19
fi
20
21
if [[ -f "$LINALG" ]] ; then
22
- # See https://github.com/llvm/llvm-project/issues/89528
23
- STR="Y is NaN if and only if X contains NaN"
24
- $SEDI "/$STR/d" "$LINALG"
+ echo "!!! Warning: $0 is DOING NOTHING !!!" >&2
+ # # See https://github.com/llvm/llvm-project/issues/89528
+ # STR="Y is NaN if and only if X contains NaN"
25
+ # $SEDI "/$STR/d" "$LINALG"
26
27
# The following should have been fixed by commit 399df3ae055566c3f6133118ebab6fdcc16cebb5
28
# # See https://github.com/llvm/llvm-project/issues/180957
0 commit comments