summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-07-04 20:16:05 +0000
committerEric Fiselier <eric@efcs.ca>2018-07-04 20:16:05 +0000
commit0b68096acffe1cb57ea72df7c0be9f8df5cd4ec4 (patch)
tree8e896b139d92f147a1e3e90234ca024f2f59434c
parent87b60a0e008026743d6bfb3d5286c0c5a7a073de (diff)
downloadbcm5719-llvm-0b68096acffe1cb57ea72df7c0be9f8df5cd4ec4.tar.gz
bcm5719-llvm-0b68096acffe1cb57ea72df7c0be9f8df5cd4ec4.zip
Remove old workaround that is no longer needed
llvm-svn: 336297
-rw-r--r--libcxx/utils/libcxx/test/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py
index 73357b8ab31..34753be8461 100644
--- a/libcxx/utils/libcxx/test/config.py
+++ b/libcxx/utils/libcxx/test/config.py
@@ -933,9 +933,6 @@ 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