[PATCH] [sanitizer] Define kPthreadDestructorIterations on POSIX systems.
Alexey Samsonov
samsonov at google.com
Fri Oct 11 06:24:24 PDT 2013
LGTM
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:18
@@ -17,2 +17,3 @@
+#include "sanitizer_internal_defs.h"
#include "sanitizer_platform.h"
----------------
I'd rather not include this (and would use int instead of uptr for kPthreadDestructorIterations).
http://llvm-reviews.chandlerc.com/D1895
BRANCH
ref/mac_destructor_iter
ARCANIST PROJECT
compiler-rt
More information about the llvm-commits
mailing list