[PATCH] D35551: Introduce sanitizer_procmaps_netbsd.cc

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 15:22:27 PDT 2017


krytarowski added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_procmaps_netbsd.cc:40
+
+bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset,
+                               char filename[], uptr filename_size,
----------------
vitalybuka wrote:
> vitalybuka wrote:
> >  MemoryMappingLayout::Next interface was changed
> And entire file looks very similar to sanitizer_procmaps_freebsd.cc
I'm going to rebase it.

Right, FreeBSD is similar.


Repository:
  rL LLVM

https://reviews.llvm.org/D35551





More information about the llvm-commits mailing list