diff options
author | Dale Johannesen <dalej@apple.com> | 2009-09-09 23:37:46 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-09-09 23:37:46 +0000 |
commit | c15bfb5975c8b46c0a20617ea746cd88111934c9 (patch) | |
tree | bb52dfb2309cc35b5d85ca85cc0461fad04e3bb0 /llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp | |
parent | 1ca52689e777fa011f84b8487d48f62a41b4a090 (diff) | |
download | bcm5719-llvm-c15bfb5975c8b46c0a20617ea746cd88111934c9.tar.gz bcm5719-llvm-c15bfb5975c8b46c0a20617ea746cd88111934c9.zip |
Testcase for (llvm-gcc) 81399. Adjust an older
test case to allow for different, functionally
identical output.
llvm-svn: 81400
Diffstat (limited to 'llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp b/llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp index eef0e86e2ae..dcb2f16a5dc 100644 --- a/llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp +++ b/llvm/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp @@ -3,8 +3,7 @@ // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep quux | grep global | grep {struct.bar} // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep foo | grep global | grep {struct.SRCFilter::FilterEntry} // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.bar} | grep {1 x i32} -// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.CC} | grep {struct.bar} -// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.bar} | grep {1 x i32} +// RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.CC} | grep {struct.payre<KBFP,float*} | grep {.base.32} | grep {1 x i32} // RUN: %llvmgxx -S -m32 -emit-llvm %s -o - | grep {struct.SRCFilter::FilterEntry} | not grep {1 x i32} // XFAIL: * // XTARGET: powerpc-apple-darwin @@ -30,3 +29,4 @@ class CC ccc; struct bar { KBFP x; float* y;}; // 16 bytes struct bar quux; + |