diff options
| author | Eric Fiselier <eric@efcs.ca> | 2014-08-18 07:05:40 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2014-08-18 07:05:40 +0000 |
| commit | 59174710d5187c5ff588f06a87da68e95208e6c8 (patch) | |
| tree | 5cc88f7f34714cb178e071759ed4c14980571f4e /libcxx/test | |
| parent | 8f2a62ed6b3356c797bb80dc417a3bc1f8f1ee0f (diff) | |
| download | bcm5719-llvm-59174710d5187c5ff588f06a87da68e95208e6c8.tar.gz bcm5719-llvm-59174710d5187c5ff588f06a87da68e95208e6c8.zip | |
Add standard version to lit.cfg's available features
llvm-svn: 215885
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/lit.cfg b/libcxx/test/lit.cfg index ae884342803..5e6ca125970 100644 --- a/libcxx/test/lit.cfg +++ b/libcxx/test/lit.cfg @@ -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(): |

