[compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSD

This commit is contained in:
Michał Górny 2019-12-20 22:08:01 +01:00
parent 0fd6f19025
commit e73c662b9e

View File

@ -61,3 +61,6 @@ elif '64' not in config.host_arch:
config.unsupported = True
else:
config.unsupported = True
if config.host_os == 'NetBSD':
config.substitutions.insert(0, ('%run', config.netbsd_nomprotect_prefix))