diff options
Diffstat (limited to 'test/safestack/lit.cfg')
| -rw-r--r-- | test/safestack/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/safestack/lit.cfg b/test/safestack/lit.cfg index 10cd8a5a5135..f58ec45533d7 100644 --- a/test/safestack/lit.cfg +++ b/test/safestack/lit.cfg @@ -18,5 +18,5 @@ config.substitutions.append( ("%clang_safestack ", config.clang + " -O0 -fsaniti if config.lto_supported: config.substitutions.append((r"%clang_lto_safestack ", ' '.join(config.lto_launch + [config.clang] + config.lto_flags + ['-fsanitize=safe-stack ']))) -if config.host_os not in ['Linux', 'FreeBSD', 'Darwin', 'NetBSD']: +if config.host_os not in ['Linux', 'FreeBSD', 'NetBSD']: config.unsupported = True |
