[cfe-commits] r154749 - in /cfe/trunk: lib/AST/Decl.cpp test/CodeGenCXX/visibility.cpp

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Apr 16 19:41:40 PDT 2012


> OK. I will find out what was the problem first of all.

I am unable to reproduce it. I have built and tested libc++ 3 times:
trunk, trunk + my patch reapplied and r154749. In all cases I got 19
failures, but they were all compiler or runtime failures, no link
ones.

I tested on OS X 10.7 with xcode 4.2.1.

Attached are 3 patches. full.patch is a rebased version of the full
set of changes I am proposing.  This one is most likely for 3.2. The
partial1.patch is the patch that got backed out and partial2.patch is
the idea of changing just the merge call needed for this testcase.

Do you think any of the partial patches is OK for 3.1?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: full.patch
Type: application/octet-stream
Size: 11229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120416/30b7a448/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partial1.patch
Type: application/octet-stream
Size: 2838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120416/30b7a448/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partial2.patch
Type: application/octet-stream
Size: 2250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120416/30b7a448/attachment-0002.obj>


More information about the cfe-commits mailing list