summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/Makefile.old
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-01-03 04:29:12 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-01-03 04:29:12 +0000
commitdf3aeb8e71890234680942d61e2703709702815e (patch)
tree33fc454bcd037b46a17a2ffe25f42df508eaf283 /compiler-rt/lib/tsan/Makefile.old
parent3b1885448a9afbf85cf08e3f62b15aebc4af539b (diff)
downloadbcm5719-llvm-df3aeb8e71890234680942d61e2703709702815e.tar.gz
bcm5719-llvm-df3aeb8e71890234680942d61e2703709702815e.zip
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
llvm-svn: 225111
Diffstat (limited to 'compiler-rt/lib/tsan/Makefile.old')
-rw-r--r--compiler-rt/lib/tsan/Makefile.old2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old
index b982e663a0c..9e0693fa04c 100644
--- a/compiler-rt/lib/tsan/Makefile.old
+++ b/compiler-rt/lib/tsan/Makefile.old
@@ -1,7 +1,7 @@
DEBUG=0
LDFLAGS=-ldl -lrt -lpthread -pie
CXXFLAGS = -std=c++11 -fPIE -fno-rtti -g -Wall -Werror \
- -DGTEST_HAS_RTTI=0 -DTSAN_DEBUG=$(DEBUG) -DSANITIZER_DEBUG=$(DEBUG)
+ -DGTEST_HAS_RTTI=0 -DSANITIZER_DEBUG=$(DEBUG)
CLANG=clang
FILECHECK=FileCheck
# Silence warnings that Clang produces for gtest code.
OpenPOWER on IntegriCloud