diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2013-05-21 10:27:07 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2013-05-21 10:27:07 +0000 |
| commit | 85751957721180890143a20cada600d2e204ff64 (patch) | |
| tree | 7665a8bbc6ad993a0da6d07ff70447657e242d08 /compiler-rt/lib/tsan/go | |
| parent | 3677b1838859d6633fb681263bae90e8ccaa7a24 (diff) | |
| download | bcm5719-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-x | compiler-rt/lib/tsan/go/buildgo.sh | 1 |
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 " |

