forked from OSchip/llvm-project
Attempt to fix failure of deep-ast-tree.cpp on atom and s390
llvm-svn: 327547
This commit is contained in:
parent
3ecb3b868d
commit
ac57bcc8b7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue