[PATCH] D21034: [sanitizer] Fix build for new GLIBC msghdr/cmsghdr definition

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 14:22:45 PDT 2016


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

LGTM


================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:475
@@ -431,2 +474,3 @@
   };
+# endif // __GLIBC_PREREQ (2, 24) && __WORDSIZE == 64
 #endif
----------------
&& defined(_LP64


http://reviews.llvm.org/D21034





More information about the llvm-commits mailing list