summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2014-02-28 10:48:13 +0000
committerDmitry Vyukov <dvyukov@google.com>2014-02-28 10:48:13 +0000
commit6cfab724ec4ef103d0c632f5125559182cadf20b (patch)
tree8647f6a5da706ceddfc01fe4eb38cd3e36420b39 /compiler-rt/lib/tsan/go
parent371639ea1f0b4e9c3c16a2d5562c993eac2749cf (diff)
downloadbcm5719-llvm-6cfab724ec4ef103d0c632f5125559182cadf20b.tar.gz
bcm5719-llvm-6cfab724ec4ef103d0c632f5125559182cadf20b.zip
tsan: refactor deadlock detector
Introduce DDetector interface between the tool and the DD itself. It will help to experiment with other DD implementation, as well as reuse DD in other tools. llvm-svn: 202485
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 95b2ac114b2..71191a32143 100755
--- a/compiler-rt/lib/tsan/go/buildgo.sh
+++ b/compiler-rt/lib/tsan/go/buildgo.sh
@@ -17,6 +17,7 @@ SRCS="
../rtl/tsan_sync.cc
../../sanitizer_common/sanitizer_allocator.cc
../../sanitizer_common/sanitizer_common.cc
+ ../../sanitizer_common/sanitizer_deadlock_detector1.cc
../../sanitizer_common/sanitizer_flags.cc
../../sanitizer_common/sanitizer_libc.cc
../../sanitizer_common/sanitizer_printf.cc
OpenPOWER on IntegriCloud