On Thu, Oct 1, 2015 at 6:01 AM, Renato Golin via cfe-commits <
cfe-commits@lists.llvm.org> wrote:

> Right, I reverted both commits on r249005. Please, let me know if you
> need help testing on ARM before the next commit. This looks like it
> could be tested on any 32-bit platform, though, so you should be able
> to get it passing on ARM if you test and make it pass on x86.


It looks like it's just failing because there's more than 10 metadata nodes
in this test for your bot.

+    // CHECK-INVARIANT: load {{.*}} !invariant.load ![[EMPTY_NODE:[0-9]]]

... should be

+    // CHECK-INVARIANT: load {{.*}} !invariant.load ![[EMPTY_NODE:[0-9]*]]


> On 1 October 2015 at 09:44, Renato Golin <renato.go...@linaro.org> wrote:
> > On 1 October 2015 at 05:19, Piotr Padlewski via cfe-commits
> > <cfe-commits@lists.llvm.org> wrote:
> >> Author: prazek
> >> Date: Wed Sep 30 23:19:45 2015
> >> New Revision: 248984
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=248984&view=rev
> >> Log:
> >> Test fix
> >
> > Almost there... :)
> >
> >
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/6671/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Avirtual-function-calls.cpp
> _______________________________________________
> cfe-commits mailing list
> cfe-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to