[PATCH] D19495: [sanitizers] read/write page fault detection on mac.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 19:21:05 PDT 2016


vsk added a subscriber: vsk.
vsk added a comment.

Hi Mike, some of our internal bots are having an issue with this commit:

  error: no member named '__err' in '__darwin_arm_exception_state'
    return ucontext->uc_mcontext->__es.__err & 2 /*T_PF_WRITE*/ ? WRITE : READ;

I'd really appreciate it if you could shed some light on this. I see two definitions of this structure in the OS, and neither contain '__err'. Can you share which OS you built this code against?


Repository:
  rL LLVM

http://reviews.llvm.org/D19495





More information about the llvm-commits mailing list