Enable test/asan for NetBSD

Sponsored by <The NetBSD Foundation>

llvm-svn: 325246
This commit is contained in:
Kamil Rytarowski 2018-02-15 14:59:59 +00:00
parent e7c26e7929
commit 62b0c5bb88
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ else:
config.substitutions.append(('%pie', '-pie'))
# Only run the tests on supported OSs.
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows']:
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
config.unsupported = True
if config.host_os == 'Darwin':