diff options
| author | Kamil Rytarowski <n54@gmx.com> | 2018-02-15 14:59:59 +0000 |
|---|---|---|
| committer | Kamil Rytarowski <n54@gmx.com> | 2018-02-15 14:59:59 +0000 |
| commit | 62b0c5bb880754230440dcdfcf193aa6aa217b8a (patch) | |
| tree | e7e7e3b25d27e9e695ba9b8e3cf14bded4ead33d | |
| parent | e7c26e7929fe4af83c0642e0e6ec526ecb29143a (diff) | |
| download | bcm5719-llvm-62b0c5bb880754230440dcdfcf193aa6aa217b8a.tar.gz bcm5719-llvm-62b0c5bb880754230440dcdfcf193aa6aa217b8a.zip | |
Enable test/asan for NetBSD
Sponsored by <The NetBSD Foundation>
llvm-svn: 325246
| -rw-r--r-- | compiler-rt/test/asan/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg index 142a698e5e1..c8bc55fe2cd 100644 --- a/compiler-rt/test/asan/lit.cfg +++ b/compiler-rt/test/asan/lit.cfg @@ -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': |

