[compiler-rt] 2cf3458 - [tsan][go] Fix for missing symbols needed by GotsanRuntimeCheck
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 16:01:33 PDT 2020
Author: Jon Roelofs
Date: 2020-07-16T17:01:15-06:00
New Revision: 2cf3458c3b2937f34ac91cbd95291ae3aef28d82
URL: https://github.com/llvm/llvm-project/commit/2cf3458c3b2937f34ac91cbd95291ae3aef28d82
DIFF: https://github.com/llvm/llvm-project/commit/2cf3458c3b2937f34ac91cbd95291ae3aef28d82.diff
LOG: [tsan][go] Fix for missing symbols needed by GotsanRuntimeCheck
Added:
Modified:
compiler-rt/lib/tsan/go/buildgo.sh
Removed:
################################################################################
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh
index 2238caf53b34..e9b4b4c9f9c0 100755
--- a/compiler-rt/lib/tsan/go/buildgo.sh
+++ b/compiler-rt/lib/tsan/go/buildgo.sh
@@ -138,6 +138,7 @@ elif [ "`uname -a | grep Darwin`" != "" ]; then
$SRCS
../rtl/tsan_platform_mac.cpp
../../sanitizer_common/sanitizer_mac.cpp
+ ../../sanitizer_common/sanitizer_mac_libcdep.cpp
../../sanitizer_common/sanitizer_posix.cpp
../../sanitizer_common/sanitizer_posix_libcdep.cpp
../../sanitizer_common/sanitizer_procmaps_mac.cpp
More information about the llvm-commits
mailing list