[libcxx] Use clang-verify in the lit test suite even when availability is enabled

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2018-11-28 17:31:17 +00:00
parent 6bc632fa1a
commit 97c03fb705
4 changed files with 12 additions and 3 deletions

View File

@@ -338,9 +338,6 @@ class Configuration(object):
def configure_use_clang_verify(self):
'''If set, run clang with -verify on failing tests.'''
if self.with_availability:
self.use_clang_verify = False
return
self.use_clang_verify = self.get_lit_bool('use_clang_verify')
if self.use_clang_verify is None:
# NOTE: We do not test for the -verify flag directly because