[PATCH] D35551: Add NetBSD support in sanitizer_procmaps_freebsd.cc
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 06:59:34 PDT 2017
krytarowski marked an inline comment as done.
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_procmaps_freebsd.cc:49
+ getpid(),
+ sizeof(struct kinfo_vmentry)
+#endif
----------------
fjricci wrote:
> 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).
This format was selected by git-clang-format.
Repository:
rL LLVM
https://reviews.llvm.org/D35551
More information about the llvm-commits
mailing list