aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/ptx-cc.c4
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.