Re: [PATCH} Enable libsanitizer on darwin

2012-11-14 Thread Rainer Orth
Jack Howarth writes: > Index: libsanitizer/configure.tgt > === > --- libsanitizer/configure.tgt(revision 193500) > +++ libsanitizer/configure.tgt(working copy) > @@ -20,7 +20,7 @@ > > # Filter out unsupported syste

[PATCH} Enable libsanitizer on darwin

2012-11-14 Thread Jack Howarth
The attached patch assumes that mach_override/mach_override.h and mach_override/mach_override.c has been imported by the libsanitizer maintainers for use by darwin. The patch adds darwin to the supported target list in configure.tgt and defines USING_MACH_OVERRIDE for darwin in configure.ac. The