[PATCH] Support getting process maps for sanitizers needs on FreeBSD in 32-bit mode

Alexey Samsonov vonosmas at gmail.com
Wed Aug 6 15:38:25 PDT 2014


================
Comment at: lib/sanitizer_common/sanitizer_freebsd.h:103
@@ -78,1 +102,3 @@
+};
+
 typedef struct {
----------------
why not write
  #define kinfo_vmentry xkinfo_vmentry
here?

http://reviews.llvm.org/D4807






More information about the llvm-commits mailing list