summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/Makefile.old
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-12-07 19:40:33 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-12-07 19:40:33 +0000
commit5d47be186dcdbc9730bea049511d2ed82f46676d (patch)
tree3a103256cf1f32fe815f17d30c1fd8c50f24fed9 /compiler-rt/lib/tsan/Makefile.old
parent65a47b31b3958f6d4088049177d94f3e11308cd8 (diff)
downloadbcm5719-llvm-5d47be186dcdbc9730bea049511d2ed82f46676d.tar.gz
bcm5719-llvm-5d47be186dcdbc9730bea049511d2ed82f46676d.zip
[TSan] Delete legacy test_output.sh script.
This script is superseded by lit test suite integrated into CMake for quite a while now. It doesn't support many tests, and require custom hacks for a few other. llvm-svn: 254932
Diffstat (limited to 'compiler-rt/lib/tsan/Makefile.old')
-rw-r--r--compiler-rt/lib/tsan/Makefile.old3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old
index a99abdc5e30..72b472d4939 100644
--- a/compiler-rt/lib/tsan/Makefile.old
+++ b/compiler-rt/lib/tsan/Makefile.old
@@ -4,7 +4,6 @@ CXXFLAGS = -std=c++11 -fPIE -fno-rtti -g -Wall -Werror \
-DGTEST_HAS_RTTI=0 -DSANITIZER_DEBUG=$(DEBUG) \
-DTSAN_CONTAINS_UBSAN=0
CLANG=clang
-FILECHECK=FileCheck
# Silence warnings that Clang produces for gtest code.
# Use -Wno-attributes so that gcc doesn't complain about unknown warning types.
CXXFLAGS += -Wno-attributes
@@ -34,7 +33,6 @@ RTL_TEST_OBJ=$(patsubst %.cc,%.o,$(RTL_TEST_SRC))
UNIT_TEST_SRC=$(wildcard tests/unit/*_test.cc)
UNIT_TEST_OBJ=$(patsubst %.cc,%.o,$(UNIT_TEST_SRC))
UNIT_TEST_HDR=$(wildcard rtl/*.h) $(wildcard ../sanitizer_common/*.h)
-LIT_TESTS_PATH=../../test/tsan
INCLUDES=-Irtl -I.. -I../../include $(GTEST_INCLUDE)
@@ -64,7 +62,6 @@ test: libtsan tsan_test
run: all
(ulimit -s 8192; ./tsan_test)
- CC=$(CLANG) CXX=$(CLANG)++ FILECHECK=$(FILECHECK) $(LIT_TESTS_PATH)/test_output.sh
presubmit:
../sanitizer_common/scripts/check_lint.sh
OpenPOWER on IntegriCloud