[cfe-commits] r138098 - /cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp

Eric Christopher echristo at apple.com
Fri Aug 19 15:06:22 PDT 2011


On Aug 19, 2011, at 3:03 PM, Eli Friedman wrote:

> On Fri, Aug 19, 2011 at 2:51 PM, Eric Christopher <echristo at apple.com> wrote:
>> Author: echristo
>> Date: Fri Aug 19 16:51:05 2011
>> New Revision: 138098
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=138098&view=rev
>> Log:
>> Migrate 2009-07-16-PrivateCopyConstructor.cpp from llvm/test/FrontendC++.
>> 
>> Added:
>>    cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp
>> 
>> Added: cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp?rev=138098&view=auto
>> ==============================================================================
>> --- cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp (added)
>> +++ cfe/trunk/test/CodeGenCXX/2009-07-16-PrivateCopyConstructor.cpp Fri Aug 19 16:51:05 2011
>> @@ -0,0 +1,15 @@
>> +// RUN: %clang_cc1 -emit-llvm %s -o -
>> +// XFAIL: darwin
> 
> Err, what?

Oddly it's a compatibility problem in the 4.2 headers for set and the code below.

No, really. Anyhow, I've since removed the test since it wasn't that good of a test.

-eric



More information about the cfe-commits mailing list