diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-01-03 04:29:12 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-01-03 04:29:12 +0000 |
commit | df3aeb8e71890234680942d61e2703709702815e (patch) | |
tree | 33fc454bcd037b46a17a2ffe25f42df508eaf283 /compiler-rt/lib/tsan/Makefile.old | |
parent | 3b1885448a9afbf85cf08e3f62b15aebc4af539b (diff) | |
download | bcm5719-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.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 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. |