[PATCH] D38098: Removed platform-specific ifdefs from sanitizer_procmaps.h

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 08:13:07 PDT 2017


fjricci accepted this revision.
fjricci added a comment.
This revision is now accepted and ready to land.

LGTM with one nit.



================
Comment at: lib/sanitizer_common/sanitizer_procmaps_linux.cc:16
 #include "sanitizer_common.h"
+#include "sanitizer_linux.h"
 #include "sanitizer_procmaps.h"
----------------
This shouldn't be needed anymore.


https://reviews.llvm.org/D38098





More information about the llvm-commits mailing list