diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-31 19:31:36 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-31 19:31:36 +0000 |
commit | f724b460bd9bf616a2856e416a71fcbc36f839de (patch) | |
tree | b3c972adcd1f4c9c3ff8ba256d3eb1c1e5850dc3 | |
parent | 4ea8ed41356228834bdbd10c7e931c4488aaa680 (diff) | |
download | bcm5719-llvm-f724b460bd9bf616a2856e416a71fcbc36f839de.tar.gz bcm5719-llvm-f724b460bd9bf616a2856e416a71fcbc36f839de.zip |
Attempt to heal tsan bot after r367463
llvm-svn: 367469
-rwxr-xr-x | compiler-rt/lib/tsan/go/buildgo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh index c6ce5a27b3d..31cbb0388c3 100755 --- a/compiler-rt/lib/tsan/go/buildgo.sh +++ b/compiler-rt/lib/tsan/go/buildgo.sh @@ -49,7 +49,7 @@ if [ "`uname -a | grep Linux`" != "" ]; then ../../sanitizer_common/sanitizer_posix_libcdep.cpp ../../sanitizer_common/sanitizer_procmaps_common.cpp ../../sanitizer_common/sanitizer_procmaps_linux.cpp - ../../sanitizer_common/sanitizer_linux.cp.cpp + ../../sanitizer_common/sanitizer_linux.cpp ../../sanitizer_common/sanitizer_linux_libcdep.cpp ../../sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp ../../sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp |