diff options
author | Yaxun Liu <Yaxun.Liu@amd.com> | 2018-03-14 16:47:49 +0000 |
---|---|---|
committer | Yaxun Liu <Yaxun.Liu@amd.com> | 2018-03-14 16:47:49 +0000 |
commit | e392ce43157f250859be13eb236fd2a7f7697903 (patch) | |
tree | fca83f8b222ba1f8c0f404972a6909134f194b1e | |
parent | 529ce72efc92f4666cfaddb30665f1baa3d32953 (diff) | |
download | bcm5719-llvm-e392ce43157f250859be13eb236fd2a7f7697903.tar.gz bcm5719-llvm-e392ce43157f250859be13eb236fd2a7f7697903.zip |
Attempt to fix failure of deep-ast-tree.cpp on ppc64 and atom
llvm-svn: 327529
-rw-r--r-- | clang/test/CodeGenCXX/deep-ast-tree.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/deep-ast-tree.cpp b/clang/test/CodeGenCXX/deep-ast-tree.cpp index 6510e08dbcf..9e5ba22718f 100644 --- a/clang/test/CodeGenCXX/deep-ast-tree.cpp +++ b/clang/test/CodeGenCXX/deep-ast-tree.cpp @@ -130,6 +130,8 @@ 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, 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__) 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, @@ -257,6 +259,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, 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, +#endif 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; } |