convert to filecheck and force a triple so that this passes on big

endian hosts.  Fixes PR4792

llvm-svn: 80301
This commit is contained in:
Chris Lattner 2009-08-27 23:22:19 +00:00
parent ce499c2078
commit 7ef882dca0
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// RUN: clang-cc --emit-llvm -o %t %s &&
// RUN: grep "i8 52" %t | count 1
// RUN: clang-cc -triple=i686-apple-darwin9 --emit-llvm -o - %s | FileCheck %s
struct et7 {
float lv7[0];
@ -9,3 +8,5 @@ struct et7 {
52,
};
// CHECK: @yv7 = global
// CHECK: i8 52,