[all-commits] [llvm/llvm-project] 0ad6c0: [sanitizer] Guard the whole ThreadDescriptorSize b...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 8 14:50:27 PST 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: 0ad6c094176e3978b3042b2f0860f273b87e7a85
https://github.com/llvm/llvm-project/commit/0ad6c094176e3978b3042b2f0860f273b87e7a85
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[sanitizer] Guard the whole ThreadDescriptorSize block with #if !SANITIZER_GO after D119007
The SANITIZER_GO code path reports an undefined symbol error for dlsym.
```
FAILED: projects/compiler-rt/lib/tsan/rtl/CMakeFiles/GotsanRuntimeCheck /tmp/RelA/projects/compiler-rt/lib/tsan/rtl/CMakeFiles/GotsanRuntimeCheck
```
(cherry picked from commit f0cdacd99bd41dbd778099dfe303ba92660826b3)
More information about the All-commits
mailing list