summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/netbsd_commands/run_noaslr.sh
Commit message (Collapse)AuthorAgeFilesLines
* [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSDMichał Górny2019-12-061-0/+3
Use a new %run wrapper for ASAN/MSAN/TSAN tests that calls paxctl in order to disable ASLR on the test executables. This makes it possible to test sanitizers on systems where ASLR is enabled by default. Differential Revision: https://reviews.llvm.org/D70958
OpenPOWER on IntegriCloud