On Tue, Feb 12, 2013 at 3:16 AM, Mike Stump wrote:
> On Feb 11, 2013, at 7:55 AM, Jack Howarth wrote:
>> Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers
>> hundreds of
>> failures due to the absence of dispatch calls (Grand Central Dispatch) prior
>> to darwin10.
>> Th
On Feb 11, 2013, at 7:55 AM, Jack Howarth wrote:
> Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers
> hundreds of
> failures due to the absence of dispatch calls (Grand Central Dispatch) prior
> to darwin10.
> The attached patch disables building libsanitizer on darwin8
For the record, ASan never claimed darwin9 support and isn't going to
support darwin9 in the future, so it should be fine to disable
building ASan on this platform.
On Mon, Feb 11, 2013 at 7:55 PM, Jack Howarth wrote:
> Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers
>
On 11 Feb 2013, at 15:55, Jack Howarth wrote:
> Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers
> hundreds of
> failures due to the absence of dispatch calls (Grand Central Dispatch) prior
> to darwin10.
> The attached patch disables building libsanitizer on darwin8 a
Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers
hundreds of
failures due to the absence of dispatch calls (Grand Central Dispatch) prior to
darwin10.
The attached patch disables building libsanitizer on darwin8 and darwin9 until
upstream
decides to support the earlier