[llvm-commits] [test-suite] r121987 - /test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp
jahanian
fjahanian at apple.com
Thu Dec 16 16:36:48 PST 2010
On Dec 16, 2010, at 4:27 PM, Jakob Stoklund Olesen wrote:
>
> On Dec 16, 2010, at 10:20 AM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Thu Dec 16 12:20:44 2010
>> New Revision: 121987
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=121987&view=rev
>> Log:
>> Another useful test case for imported c++ objects
>> into blocks. // rdar://8768050
>>
>>
>> Added:
>> test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp
>>
>> Added: test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp
>> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp?rev=121987&view=auto
>> ==============================================================================
>> --- test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp (added)
>> +++ test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp Thu Dec 16 12:20:44 2010
>> @@ -0,0 +1,54 @@
>> +#if defined(__BLOCKS__) && defined(__clang__)
>> +// rdar://8768050
>> +#include <stdio.h>
>> +#include <stdlib.h>
>> +#include <Block.h>
>> +#include <auto_zone.h>
>
> Hi Fariborz,
>
> My Mac OS X 10.6.5 doesn't have an auto_zone.h anywhere.
Thanks. Was't needed and removed.
- fariborz
>
> /jakob
>
More information about the llvm-commits
mailing list