diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-08-06 23:13:23 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-08-06 23:13:23 +0000 |
commit | 71b471fa09ec973df9b65eabc3e02b1a452d2801 (patch) | |
tree | fc3df729cca0840769cd52faa86bfe5b1c611b4a | |
parent | ff3dd1701c746d8e2a3d3874ad8acf6d135bd448 (diff) | |
download | bcm5719-llvm-71b471fa09ec973df9b65eabc3e02b1a452d2801.tar.gz bcm5719-llvm-71b471fa09ec973df9b65eabc3e02b1a452d2801.zip |
[TSan] Try to fix Go runtime build
llvm-svn: 215000
-rwxr-xr-x | compiler-rt/lib/tsan/go/buildgo.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh index 26301ac26c5..f2ac0f912dd 100755 --- a/compiler-rt/lib/tsan/go/buildgo.sh +++ b/compiler-rt/lib/tsan/go/buildgo.sh @@ -36,6 +36,7 @@ if [ "`uname -a | grep Linux`" != "" ]; then ../rtl/tsan_platform_linux.cc ../../sanitizer_common/sanitizer_posix.cc ../../sanitizer_common/sanitizer_posix_libcdep.cc + ../../sanitizer_common/sanitizer_procmaps_common.cc ../../sanitizer_common/sanitizer_procmaps_linux.cc ../../sanitizer_common/sanitizer_linux.cc ../../sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc @@ -48,7 +49,8 @@ elif [ "`uname -a | grep FreeBSD`" != "" ]; then ../rtl/tsan_platform_linux.cc ../../sanitizer_common/sanitizer_posix.cc ../../sanitizer_common/sanitizer_posix_libcdep.cc - ../../sanitizer_common/sanitizer_procmaps_linux.cc + ../../sanitizer_common/sanitizer_procmaps_common.cc + ../../sanitizer_common/sanitizer_procmaps_freebsd.cc ../../sanitizer_common/sanitizer_linux.cc ../../sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc " |