Remove old workaround that is no longer needed
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -933,9 +933,6 @@ class Configuration(object):
|
|||||||
# FIXME: Enable the two warnings below.
|
# FIXME: Enable the two warnings below.
|
||||||
self.cxx.addWarningFlagIfSupported('-Wno-conversion')
|
self.cxx.addWarningFlagIfSupported('-Wno-conversion')
|
||||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-local-typedef')
|
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)
|
std = self.get_lit_conf('std', None)
|
||||||
if std in ['c++98', 'c++03']:
|
if std in ['c++98', 'c++03']:
|
||||||
# The '#define static_assert' provided by libc++ in C++03 mode
|
# The '#define static_assert' provided by libc++ in C++03 mode
|
||||||
|
|||||||
Reference in New Issue
Block a user