Skip to content

Commit e73c662

Browse files
committed
[compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSD
1 parent 0fd6f19 commit e73c662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/xray/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ def build_invocation(compile_flags):
6161
config.unsupported = True
6262
else:
6363
config.unsupported = True
64+
65+
if config.host_os == 'NetBSD':
66+
config.substitutions.insert(0, ('%run', config.netbsd_nomprotect_prefix))

0 commit comments

Comments
 (0)