diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2012-12-19 06:59:45 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2012-12-19 06:59:45 +0000 |
commit | c467933dc723c3fff94fd1464c3870dca512d999 (patch) | |
tree | c491e193d1efd8094aad035bf89f625d74bbdd91 /compiler-rt/lib/tsan/Makefile.old | |
parent | 2abbce67019365d397ceba0cbebdc7d3dad75df6 (diff) | |
download | bcm5719-llvm-c467933dc723c3fff94fd1464c3870dca512d999.tar.gz bcm5719-llvm-c467933dc723c3fff94fd1464c3870dca512d999.zip |
tsan: fix -Wgnu warnings
llvm-svn: 170499
Diffstat (limited to 'compiler-rt/lib/tsan/Makefile.old')
-rw-r--r-- | compiler-rt/lib/tsan/Makefile.old | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index ff81fa9d868..034261a16b5 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -8,7 +8,7 @@ ifeq ($(DEBUG), 0) CXXFLAGS += -O3 endif ifeq ($(CXX), clang++) - CXXFLAGS+= -Wno-unused-private-field -Wno-static-in-inline + CXXFLAGS+= -Wno-unused-private-field -Wno-static-in-inline -Wgnu endif LIBTSAN=rtl/libtsan.a @@ -35,7 +35,7 @@ help: @ echo " make install_deps # Install third-party dependencies required for building" @ echo " make presubmit # Run it every time before committing" @ echo - @ echo "For more info, see http://code.google.com/p/data-race-test/wiki/ThreadSanitizer2" + @ echo "For more info, see http://code.google.com/p/thread-sanitizer/wiki/Development" $(LIBTSAN): libtsan |