Test case makes a platform assumption, so force triple.

llvm-svn: 61310
This commit is contained in:
Sebastian Redl 2008-12-21 12:17:24 +00:00
parent 52f03bac60
commit f795cbed2e
1 changed files with 1 additions and 1 deletions

View File

@ -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 "\^{Innermost=CC}" %t | count 1 &&
// RUN: grep -e "{Derived=#ib32b8b3b8sb16b8b8b2b8ccb6}" %t | count 1 && // RUN: grep -e "{Derived=#ib32b8b3b8sb16b8b8b2b8ccb6}" %t | count 1 &&
// RUN: grep -e "{B1=#@c}" %t | count 1 && // RUN: grep -e "{B1=#@c}" %t | count 1 &&