[all-commits] [llvm/llvm-project] 08843a: [sanitizer] GetTls: work around ppc64 with glibc<2...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Apr 16 14:03:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08843a0c3f3ee572633b8ed8dda9dbacae9dd520
https://github.com/llvm/llvm-project/commit/08843a0c3f3ee572633b8ed8dda9dbacae9dd520
Author: Fangrui Song <i at maskray.me>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[sanitizer] GetTls: work around ppc64 with glibc<2.25(?) or GNU ld 2.30
GNU ld 2.26 and GNU ld 2.31 seem fine but GNU ld 2.30 has mysterious
segfaults linking msan tests.
More information about the All-commits
mailing list