forked from OSchip/llvm-project
Test case makes a platform assumption, so force triple.
llvm-svn: 61310
This commit is contained in:
parent
52f03bac60
commit
f795cbed2e
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s &&
|
||||
// RUN: clang -triple=i686-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
|
||||
// RUN: grep -e "\^{Innermost=CC}" %t | count 1 &&
|
||||
// RUN: grep -e "{Derived=#ib32b8b3b8sb16b8b8b2b8ccb6}" %t | count 1 &&
|
||||
// RUN: grep -e "{B1=#@c}" %t | count 1 &&
|
||||
|
|
Loading…
Reference in New Issue