]> granicus.if.org Git - clang/commitdiff
Workaround buildbot failure by hacking up this test to emit llvm IR.
authorBob Wilson <bob.wilson@apple.com>
Fri, 22 Apr 2011 20:42:46 +0000 (20:42 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 22 Apr 2011 20:42:46 +0000 (20:42 +0000)
This is not a real fix.  It needs some checks to make sure the IR is correct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130012 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ptx-cc.c

index 6374cc71bbbad2a2e7894db7b104a3ce8c6d93a4..2212d4260b35f685f23920fb7ade7a0ad5de08ba 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple ptx32-unknown-unknown -O3 -S -o %t %s
-// RUN: %clang_cc1 -triple ptx64-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 -emit-llvm
 
 // Just make sure Clang uses the proper calling convention for the PTX back-end.
 // If something is wrong, the back-end will fail.