Projects
home:lf14:branches:Mega:23.09
glibc
_service:tar_scm:backport-clang-0052-elf-Disabl...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-clang-0052-elf-Disable-unload4-test-on-clang.patch of Package glibc
From a32a314b6e7f02e762de2fae40fa5fe54fda83e8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella <adhemerval.zanella@linaro.org> Date: Fri, 26 Aug 2022 09:24:25 -0300 Subject: [PATCH] elf: Disable unload4 test on clang It triggers and infintie loop. --- elf/unload4.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elf/unload4.c b/elf/unload4.c index 6e171a22e0..97ab6dafcc 100644 --- a/elf/unload4.c +++ b/elf/unload4.c @@ -5,6 +5,10 @@ int main (void) { +#ifdef __clang__ + /* It triggers an infinite loop on clang. */ + return 77; +#else #ifdef M_PERTURB mallopt (M_PERTURB, 0xaa); #endif @@ -45,4 +49,5 @@ main (void) } dlclose (h); return 0; +#endif } -- 2.39.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2