Workaround buildbot failure by hacking up this test to emit llvm IR.

This is not a real fix.  It needs some checks to make sure the IR is correct.

llvm-svn: 130012
This commit is contained in:
Bob Wilson 2011-04-22 20:42:46 +00:00
parent a2abf701e2
commit ee674fb73d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple ptx32-unknown-unknown -O3 -S -o %t %s // RUN: %clang_cc1 -triple ptx32-unknown-unknown -O3 -S -o %t %s -emit-llvm
// RUN: %clang_cc1 -triple ptx64-unknown-unknown -O3 -S -o %t %s // RUN: %clang_cc1 -triple ptx64-unknown-unknown -O3 -S -o %t %s -emit-llvm
// Just make sure Clang uses the proper calling convention for the PTX back-end. // Just make sure Clang uses the proper calling convention for the PTX back-end.
// If something is wrong, the back-end will fail. // If something is wrong, the back-end will fail.