[all-commits] [llvm/llvm-project] 3d1d71: [sanitizer] Don't call __tls_get_addr on s390x aft...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Apr 18 10:42:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d1d7156e9a9a794ba649b79e27fe448274fd558
https://github.com/llvm/llvm-project/commit/3d1d7156e9a9a794ba649b79e27fe448274fd558
Author: Fangrui Song <i at maskray.me>
Date: 2021-04-18 (Sun, 18 Apr 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[sanitizer] Don't call __tls_get_addr on s390x after D98926
glibc s390x doesn't define __tls_get_addr.
Fix PR50017
More information about the All-commits
mailing list