r327547 - Attempt to fix failure of deep-ast-tree.cpp on atom and s390

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 14 11:24:38 PDT 2018


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,




More information about the cfe-commits mailing list