diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-12-18 17:20:40 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-12-18 17:21:15 +0100 |
| commit | d3d1ca14ced3a78f8f384138980e05b31b340cd7 (patch) | |
| tree | f8cbf4d8822bceed66f962553da96755efaf52d9 /compiler-rt | |
| parent | 9102a59084fdb613e1ad185b64a0246048138fc9 (diff) | |
| download | bcm5719-llvm-d3d1ca14ced3a78f8f384138980e05b31b340cd7.tar.gz bcm5719-llvm-d3d1ca14ced3a78f8f384138980e05b31b340cd7.zip | |
[compiler-rt] [test] Disable ASLR on UBSAN+[AMT]SAN tests on NetBSD
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/ubsan/lit.common.cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/ubsan/lit.common.cfg.py b/compiler-rt/test/ubsan/lit.common.cfg.py index aa457a63b19..7108561a92c 100644 --- a/compiler-rt/test/ubsan/lit.common.cfg.py +++ b/compiler-rt/test/ubsan/lit.common.cfg.py @@ -78,3 +78,5 @@ config.excludes = ['Inputs'] if ubsan_lit_test_mode in ['AddressSanitizer', 'MemorySanitizer', 'ThreadSanitizer']: if not config.parallelism_group: config.parallelism_group = 'shadow-memory' + if config.host_os == 'NetBSD': + config.substitutions.insert(0, ('%run', config.netbsd_noaslr_prefix)) |

