[PATCH] D48445: [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 11:29:47 PDT 2018


kubamracek added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_mac.cc:733
 void MaybeReexec() {
   // FIXME: This should really live in some "InitializePlatform" method.
   MonotonicNanoTime();
----------------
vitalybuka wrote:
> Would you like to resolve this by moving into your new function?
> Probably in the next patch.
> 
Yes, nice catch! Will send another patch after this one.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48445





More information about the llvm-commits mailing list