summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-03-24 00:38:43 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-03-24 00:38:43 +0000
commit6279a07eaacb06ba250188ee8ade05b8a88b1d94 (patch)
treea95559e76f0a00a0dde7358b2b67fd6a9a19eb66
parent4184222e828845a90600e07645bc54e3a59832cb (diff)
downloadbcm5719-llvm-6279a07eaacb06ba250188ee8ade05b8a88b1d94.tar.gz
bcm5719-llvm-6279a07eaacb06ba250188ee8ade05b8a88b1d94.zip
[TSan] Disable -Wno-maybe-uninitialized in yet another place.
llvm-svn: 233044
-rw-r--r--compiler-rt/lib/tsan/rtl/Makefile.old1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/Makefile.old b/compiler-rt/lib/tsan/rtl/Makefile.old
index 150b376343b..627e03bdc2f 100644
--- a/compiler-rt/lib/tsan/rtl/Makefile.old
+++ b/compiler-rt/lib/tsan/rtl/Makefile.old
@@ -15,6 +15,7 @@ CXXFLAGS+=$(CFLAGS)
ifeq ($(DEBUG), 0)
CXXFLAGS+=-fomit-frame-pointer
ifeq ($(CXX), g++)
+ CXXFLAGS+=-Wno-maybe-uninitialized
CXXFLAGS+=-Wframe-larger-than=512
endif # CXX=g++
endif # DEBUG=0
OpenPOWER on IntegriCloud