diff options
Diffstat (limited to 'clang/test/CodeGen/nvptx-cc.c')
-rw-r--r-- | clang/test/CodeGen/nvptx-cc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/nvptx-cc.c b/clang/test/CodeGen/nvptx-cc.c index 0313f28cbe0..1c0d943f956 100644 --- a/clang/test/CodeGen/nvptx-cc.c +++ b/clang/test/CodeGen/nvptx-cc.c @@ -1,6 +1,5 @@ // RUN: %clang_cc1 -triple nvptx-unknown-unknown -O3 -S -o %t %s -emit-llvm // RUN: %clang_cc1 -triple nvptx64-unknown-unknown -O3 -S -o %t %s -emit-llvm -// REQUIRES: nvptx-registered-target,nvptx64-registered-target // Just make sure Clang uses the proper calling convention for the NVPTX back-end. // If something is wrong, the back-end will fail. |