[llvm] r225064 - Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where T is a base of U.

Chandler Carruth chandlerc at gmail.com
Thu Jan 1 15:04:40 PST 2015


On Thu, Jan 1, 2015 at 9:03 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 1 January 2015 at 13:01, Chandler Carruth <chandlerc at gmail.com> wrote:
> > Author: chandlerc
> > Date: Thu Jan  1 07:01:25 2015
> > New Revision: 225064
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=225064&view=rev
> > Log:
> > Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*>
> -> ArrayRef<T*> where T is a base of U.
> >
> > This appears to have broken at least the windows build bots due to
> > compile errors in the predicate that didn't simply supress the overload.
> > I'm not sure what the fix is, and the bots have been broken for a long
> > time now so I'm just reverting until Michael can figure out a fix.
>
> This has fixed one failure, but uncovered another...
>
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/2177
>
> I'll look into it.


I suspect this is the same issue as http://llvm.org/PR22080 which I'm
investigating.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150101/755a234a/attachment.html>


More information about the llvm-commits mailing list