r327547 - Attempt to fix failure of deep-ast-tree.cpp on atom and s390
Vlad Tsyrklevich via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 14 12:44:06 PDT 2018
Hi Yaxun, the test continues to be broken on the sanitizer buildbots:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/4639
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap-msan/builds/3298
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/15327
On Wed, Mar 14, 2018 at 11:27 AM Yaxun Liu via cfe-commits <
cfe-commits at lists.llvm.org> wrote:
> Author: yaxunl
> Date: Wed Mar 14 11:24:38 2018
> New Revision: 327547
>
> URL: http://llvm.org/viewvc/llvm-project?rev=327547&view=rev
> Log:
> Attempt to fix failure of deep-ast-tree.cpp on atom and s390
>
> Modified:
> cfe/trunk/test/CodeGenCXX/deep-ast-tree.cpp
>
> Modified: cfe/trunk/test/CodeGenCXX/deep-ast-tree.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/deep-ast-tree.cpp?rev=327547&r1=327546&r2=327547&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/CodeGenCXX/deep-ast-tree.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/deep-ast-tree.cpp Wed Mar 14 11:24:38 2018
> @@ -131,7 +131,7 @@ void f() {
>
> 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,
>
> 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,
> /* some archs have smaller stack size */
> -#if !defined(__ppc__) && !defined(__arm__)
> +#if !defined(__ppc__) && !defined(__atom__) && !defined(__s390__)
>
> 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,
>
> 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,
>
> 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180314/3d2d2bd8/attachment.html>
More information about the cfe-commits
mailing list