mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 10:42:05 +00:00
[compiler-rt] [test] Disable ASLR for fuzzer tests on NetBSD
This commit is contained in:
parent
6207b060ad
commit
d372576d8a
@ -116,3 +116,6 @@ config.substitutions.append(('%env_asan_opts=',
|
||||
|
||||
if not config.parallelism_group:
|
||||
config.parallelism_group = 'shadow-memory'
|
||||
|
||||
if config.host_os == 'NetBSD':
|
||||
config.substitutions.insert(0, ('%run', config.netbsd_noaslr_prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user