https://bugs.llvm.org/show_bug.cgi?id=50017

Fangrui Song <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Fangrui Song <[email protected]> ---
I find that musl defines __tls_get_addr unconditionally so I thought every arch
should have it. Ooops, glibc s390x doesn't have it. I cannot test
__tls_get_addr but hopefully this is straightforward

Fixed by 3d1d7156e9a9a794ba649b79e27fe448274fd558

    [sanitizer] Don't call __tls_get_addr on s390x after D98926

    glibc s390x doesn't define __tls_get_addr.

    Fix PR50017

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to