summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-20 22:08:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-20 22:08:01 +0100
commite73c662b9ea7eeba922eaa9010e221820472e8a9 (patch)
tree69b1d97c7fc029e2b884921fa83c2966af0feef3 /compiler-rt
parent0fd6f19025a79e331bdbaf35541a2e90a95faa71 (diff)
downloadbcm5719-llvm-e73c662b9ea7eeba922eaa9010e221820472e8a9.tar.gz
bcm5719-llvm-e73c662b9ea7eeba922eaa9010e221820472e8a9.zip
[compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSD
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/xray/lit.cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/xray/lit.cfg.py b/compiler-rt/test/xray/lit.cfg.py
index 782d5a80c41..1b41ca6058c 100644
--- a/compiler-rt/test/xray/lit.cfg.py
+++ b/compiler-rt/test/xray/lit.cfg.py
@@ -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))
OpenPOWER on IntegriCloud