mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-02-03 18:42:36 +00:00
Add standard version to lit.cfg's available features
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@215885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
978faa00df
commit
6661ad10f2
@ -324,6 +324,7 @@ if std is None:
|
||||
else:
|
||||
lit_config.note('using user specified std: \'-std={}\''.format(std))
|
||||
compile_flags += ['-std={}'.format(std)]
|
||||
config.available_features.add(std)
|
||||
|
||||
built_w_san = getattr(config, 'llvm_use_sanitizer')
|
||||
if built_w_san and built_w_san.strip():
|
||||
|
Loading…
x
Reference in New Issue
Block a user