diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-04-22 20:42:46 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-04-22 20:42:46 +0000 |
commit | 48f41eaf7fa91056b1ee560faeb9ced64a168d63 (patch) | |
tree | e336d115b7f860d3d8898527d7b87597205b5c48 | |
parent | 4bada2e3f20a3c76f5493e3163eafc02258c5902 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130012 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ptx-cc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ptx-cc.c b/test/CodeGen/ptx-cc.c index 6374cc71bb..2212d4260b 100644 --- a/test/CodeGen/ptx-cc.c +++ b/test/CodeGen/ptx-cc.c @@ -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. |