Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compiler-rt] [test] Disable MPROTECT on two builtin tests | Michał Górny | 2019-12-20 | 1 | -0/+3 |
| | | | | | | | | Introduce a new %run_nomprotect substitution to run tests that do not work with MPROTECT enabled. This uses paxctl via a wrapper on NetBSD, and evaluates to plain %run on other systems. Differential Revision: https://reviews.llvm.org/D71513 | ||||
* | [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD | Michał Górny | 2019-12-06 | 1 | -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 |