Skip to content

Commit 2ef9296

Browse files
constant pointers not supported in Separate compilation - lower-args.ll
1 parent 492bb83 commit 2ef9296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/lower-args.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: opt < %s -S -nvptx-lower-args --mtriple nvptx64-nvidia-nvcl | FileCheck %s --check-prefixes COMMON,IR,IRO
33
; RUN: llc < %s -mcpu=sm_20 --mtriple nvptx64-nvidia-cuda | FileCheck %s --check-prefixes COMMON,PTX,PTXC
44
; RUN: llc < %s -mcpu=sm_20 --mtriple nvptx64-nvidia-nvcl| FileCheck %s --check-prefixes COMMON,PTX,PTXO
5-
; RUN: %if ptxas %{ llc < %s -mcpu=sm_20 | %ptxas-verify %}
5+
; RUN: %if ptxas %{ llc < %s -mcpu=sm_20 | %ptxas -o %t %}
66

77
target datalayout = "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
88
target triple = "nvptx64-nvidia-cuda"

0 commit comments

Comments
 (0)