about summary refs log tree commit diff homepage
path: root/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index e56dc31f..7c5ed220 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -197,3 +197,4 @@ for target in supported_targets:
 # Sanitizer
 config.available_features.add('{}asan'.format('' if config.have_asan else 'not-'))
 config.available_features.add('{}ubsan'.format('' if config.have_ubsan else 'not-'))
+config.available_features.add('{}msan'.format('' if config.have_msan else 'not-'))