diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-03-24 00:38:43 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-03-24 00:38:43 +0000 |
| commit | 6279a07eaacb06ba250188ee8ade05b8a88b1d94 (patch) | |
| tree | a95559e76f0a00a0dde7358b2b67fd6a9a19eb66 | |
| parent | 4184222e828845a90600e07645bc54e3a59832cb (diff) | |
| download | bcm5719-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.old | 1 |
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 |

