diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2014-02-28 10:48:13 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2014-02-28 10:48:13 +0000 |
| commit | 6cfab724ec4ef103d0c632f5125559182cadf20b (patch) | |
| tree | 8647f6a5da706ceddfc01fe4eb38cd3e36420b39 /compiler-rt/lib/tsan/go | |
| parent | 371639ea1f0b4e9c3c16a2d5562c993eac2749cf (diff) | |
| download | bcm5719-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-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 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 |

