[PATCH] D35551: Add NetBSD support in sanitizer_procmaps_freebsd.cc
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 06:57:29 PDT 2017
fjricci accepted this revision.
fjricci added a comment.
Please update the commit message and one style comment, otherwise lgtm.
================
Comment at: lib/sanitizer_common/sanitizer_procmaps_freebsd.cc:49
+ getpid(),
+ sizeof(struct kinfo_vmentry)
+#endif
----------------
Did you run clang-format on this? Looks like a different format from the original array (but I don't know which is correct myself).
Repository:
rL LLVM
https://reviews.llvm.org/D35551
More information about the llvm-commits
mailing list