diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-07-02 14:35:25 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-07-02 14:35:25 +0000 |
commit | 6f510f8eb53b7166ee336199b341d7070942943b (patch) | |
tree | d6d877457a9ffe5e0cda9a05ec534b013645c489 /compiler-rt/lib/tsan/Makefile.old | |
parent | 0373bbc8d6a2a13479a5711a1bd13a5a7044386b (diff) | |
download | bcm5719-llvm-6f510f8eb53b7166ee336199b341d7070942943b.tar.gz bcm5719-llvm-6f510f8eb53b7166ee336199b341d7070942943b.zip |
[TSan] use threadsafe death tests in TSan unit tests
llvm-svn: 159533
Diffstat (limited to 'compiler-rt/lib/tsan/Makefile.old')
-rw-r--r-- | compiler-rt/lib/tsan/Makefile.old | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index a0e83b6f2c4..4ee928c49ea 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -46,7 +46,7 @@ libtsan: %.o: %.cc $(UNIT_TEST_HDR) $(CXX) $(CXXFLAGS) $(CFLAGS) $(INCLUDES) -o $@ -c $< -tsan_test: $(TEST_OBJ) $(UNIT_TEST_OBJ) $(RTL_TEST_OBJ) \ +tsan_test: $(UNIT_TEST_OBJ) $(RTL_TEST_OBJ) \ $(SANITIZER_COMMON_TESTS_OBJ) $(LIBTSAN) $(GTEST_LIB) $(CXX) $^ -o $@ $(LDFLAGS) |