Skip to content

Commit 93fab6e

Browse files
committed
[NVPTX] fix nvcl-param-align test triple
for b279f6b
1 parent ef4b597 commit 93fab6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/NVPTX/nvcl-param-align.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
1+
; RUN: llc < %s -mtriple=nvptx64-nvidia-nvcl -mcpu=sm_20 | FileCheck %s
2+
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-nvcl -mcpu=sm_20 | %ptxas-verify %}
33

44
target triple = "nvptx-unknown-nvcl"
55

0 commit comments

Comments
 (0)