Fix a lit configuration diagnostic. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1b1b7f8fe
commit
6f599cea0e
@ -419,7 +419,7 @@ class Configuration(object):
|
|||||||
self.config.available_features.add('tsan')
|
self.config.available_features.add('tsan')
|
||||||
else:
|
else:
|
||||||
self.lit_config.fatal('unsupported value for '
|
self.lit_config.fatal('unsupported value for '
|
||||||
'libcxx_use_san: {0}'.format(san))
|
'use_sanitizer: {0}'.format(san))
|
||||||
|
|
||||||
def configure_triple(self):
|
def configure_triple(self):
|
||||||
# Get or infer the target triple.
|
# Get or infer the target triple.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user