Skip to content

Commit 020edb3

Browse files
committed
260301.091204.CST [skip ci] revise flsrc, as the bug llvm/llvm-project#89528 should have been resolved in llvm 22
1 parent 743cc86 commit 020edb3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

fortran/tests/tools/flsrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ if ! basename "$DIR" | grep -q ".test\|test." || ! [[ -d "$DIR" ]] ; then
1919
fi
2020

2121
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"
22+
echo "!!! Warning: $0 is DOING NOTHING !!!" >&2
23+
# # See https://github.com/llvm/llvm-project/issues/89528
24+
# STR="Y is NaN if and only if X contains NaN"
25+
# $SEDI "/$STR/d" "$LINALG"
2526

2627
# The following should have been fixed by commit 399df3ae055566c3f6133118ebab6fdcc16cebb5
2728
# # See https://github.com/llvm/llvm-project/issues/180957

0 commit comments

Comments
 (0)