[PATCH] D35422: Add MemoryMappedSection struct for two-level memory map iteration
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 16:16:07 PDT 2017
alekseyshl accepted this revision.
alekseyshl added a comment.
This revision is now accepted and ready to land.
Looks good, thank you!
================
Comment at: lib/sanitizer_common/sanitizer_procmaps.h:60
+
+ private:
+#if SANITIZER_MAC
----------------
Move private under #if
https://reviews.llvm.org/D35422
More information about the llvm-commits
mailing list