[all-commits] [llvm/llvm-project] f0cdac: [sanitizer] Guard the whole ThreadDescriptorSize b...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 8 14:48:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0cdacd99bd41dbd778099dfe303ba92660826b3
https://github.com/llvm/llvm-project/commit/f0cdacd99bd41dbd778099dfe303ba92660826b3
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
```
More information about the All-commits
mailing list