[PATCH] D49603: On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag to `VM_MEMORY_SANITIZER`
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 08:42:59 PDT 2018
kubamracek accepted this revision.
kubamracek added a comment.
This revision is now accepted and ready to land.
Looks good, thanks!
================
Comment at: lib/sanitizer_common/sanitizer_mac.cc:108
+#ifndef VM_MEMORY_SANITIZER
+ #define VM_MEMORY_SANITIZER 99
+#endif
----------------
Drop the spaces at the beginning of the line to be consistent with the rest of the file.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49603
More information about the llvm-commits
mailing list