summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-05-21 10:27:07 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-05-21 10:27:07 +0000
commit85751957721180890143a20cada600d2e204ff64 (patch)
tree7665a8bbc6ad993a0da6d07ff70447657e242d08 /compiler-rt/lib/tsan/go
parent3677b1838859d6633fb681263bae90e8ccaa7a24 (diff)
downloadbcm5719-llvm-85751957721180890143a20cada600d2e204ff64.tar.gz
bcm5719-llvm-85751957721180890143a20cada600d2e204ff64.zip
[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc.
llvm-svn: 182366
Diffstat (limited to 'compiler-rt/lib/tsan/go')
-rwxr-xr-xcompiler-rt/lib/tsan/go/buildgo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh
index af348332862..51f1a7975b5 100755
--- a/compiler-rt/lib/tsan/go/buildgo.sh
+++ b/compiler-rt/lib/tsan/go/buildgo.sh
@@ -30,6 +30,7 @@ if [ "`uname -a | grep Linux`" != "" ]; then
SRCS+="
../rtl/tsan_platform_linux.cc
../../sanitizer_common/sanitizer_posix.cc
+ ../../sanitizer_common/sanitizer_posix_libcdep.cc
../../sanitizer_common/sanitizer_linux.cc
../../sanitizer_common/sanitizer_linux_libcdep.cc
"
OpenPOWER on IntegriCloud