summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-10 23:29:13 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-10 23:29:13 +0000
commit3853a4175466f61e1a91042564d9900fede34e89 (patch)
tree27ca0f9bdfae6f7fa5584dc9c8098c51e217218a /libcxx/utils
parent1e8c59a8ac08095404b0208c54070945da5ff87d (diff)
downloadbcm5719-llvm-3853a4175466f61e1a91042564d9900fede34e89.tar.gz
bcm5719-llvm-3853a4175466f61e1a91042564d9900fede34e89.zip
Workaround -W#warnings on Windows until the correct fixes can land
llvm-svn: 302743
Diffstat (limited to 'libcxx/utils')
-rw-r--r--libcxx/utils/libcxx/test/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py
index 532b3496d2d..25553c70da3 100644
--- a/libcxx/utils/libcxx/test/config.py
+++ b/libcxx/utils/libcxx/test/config.py
@@ -872,6 +872,9 @@ class Configuration(object):
# FIXME: Enable the two warnings below.
self.cxx.addWarningFlagIfSupported('-Wno-conversion')
self.cxx.addWarningFlagIfSupported('-Wno-unused-local-typedef')
+ # FIXME: Remove this warning once the min/max handling patch lands
+ # See https://reviews.llvm.org/D33080
+ self.cxx.addWarningFlagIfSupported('-Wno-#warnings')
std = self.get_lit_conf('std', None)
if std in ['c++98', 'c++03']:
# The '#define static_assert' provided by libc++ in C++03 mode
OpenPOWER on IntegriCloud