mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-03 08:02:41 +00:00
[compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSD
This commit is contained in:
parent
0fd6f19025
commit
e73c662b9e
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user