[PATCH] D56049: [compiler-rt] [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 22 04:01:19 PST 2018


krytarowski accepted this revision.
krytarowski added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/xray/xray_init.cc:70
 
+  // XRAY is not compatible with pax MPROTECT
+  CheckMPROTECT();
----------------
PaX


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56049/new/

https://reviews.llvm.org/D56049





More information about the cfe-commits mailing list