Skip to content

Commit 80951a2

Browse files
authored
Merge pull request #5534 from bartoldeman/fix-flang-fcheck
Fix f_check detection of LLVM 21 flang
2 parents 772741e + 71c6016 commit 80951a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ else
9292
vendor=FLANG
9393
openmp='-fopenmp'
9494
;;
95-
*GNU*|*GCC*)
95+
*GCC*)
9696

9797
v="${data#*GCC: *\) }"
9898
v="${v%%\"*}"

0 commit comments

Comments
 (0)