[PATCH] D71513: [compiler-rt] [test] Disable MPROTECT on two builtin tests

2019-12-20 Thread Michał Górny via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG190b9110c23c: [compiler-rt] [test] Disable MPROTECT on two builtin tests (authored by mgorny). Herald added a project: Sanitizers. Herald added a subscriber: Sanitizers. Repository: rG LLVM Github Monor

[PATCH] D71513: [compiler-rt] [test] Disable MPROTECT on two builtin tests

2019-12-17 Thread Michał Górny via Phabricator via cfe-commits
mgorny updated this revision to Diff 234351. mgorny edited the summary of this revision. mgorny added a comment. Switch to using `%run_nomprotect` instead of extra `%paxctl`. This should be more consistent and should avoid potential issues with `:` on Windows. CHANGES SINCE LAST ACTION https:

[PATCH] D71513: [compiler-rt] [test] Disable MPROTECT on two builtin tests

2019-12-14 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. mgorny added reviewers: krytarowski, rnk, samsonov, howard.hinnant. Herald added subscribers: llvm-commits, dberris. Herald added a project: LLVM. Introduce a new %paxctl_nomprotect substitution and call it on two builtin tests that do not work with MPROTECT on NetBSD