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

Renato Golin renato.golin at linaro.org
Thu Jan 1 09:03:50 PST 2015


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.

cheers,
--renato



More information about the llvm-commits mailing list