Skip to content

Commit 17b3dd0

Browse files
committed
[NVPTX][test] fix CodeGen/NVPTX/surf-write.ll
ptxas needs a proper triplet for 133352f
1 parent 70c5887 commit 17b3dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/surf-write.ll

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

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

0 commit comments

Comments
 (0)