mirror of git://sourceware.org/git/glibc.git
parent
5a96da210c
commit
a3db3fe42b
|
@ -317,9 +317,9 @@ tests := \
|
||||||
# tests
|
# tests
|
||||||
|
|
||||||
# Clang 19 takes a very long time, it ran more than 27 minutes on Intel
|
# Clang 19 takes a very long time, it ran more than 27 minutes on Intel
|
||||||
# Core i7-1195G7 before the process was killed, to compile bug28.c
|
# Core i7-1195G7 before the process was killed, to compile bug28.c.
|
||||||
# The issue was fixed in upstream but check if clang has the version that has the fix
|
# The issue was fixed in upstream but check if clang has the version that has the fix:
|
||||||
# https://github.com/llvm/llvm-project/commit/99dddef340e566e9d303010f1219f7d7d6d37a11 .
|
# https://github.com/llvm/llvm-project/commit/99dddef340e566e9d303010f1219f7d7d6d37a11
|
||||||
ifneq ($(have-test-clang-19-or-less),yes)
|
ifneq ($(have-test-clang-19-or-less),yes)
|
||||||
tests += \
|
tests += \
|
||||||
bug28 \
|
bug28 \
|
||||||
|
|
Loading…
Reference in New Issue