Skip to content

Commit f634223

Browse files
committed
[test] Fix NVPTX/debug-addr-space.ll
1 parent ada8adf commit f634223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/NVPTX/debug-addr-space.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -march=nvptx64 | FileCheck %s
1+
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda | FileCheck %s
22

33
; Test that translateToNVVMDWARFAddrSpace() function translates NVVM IR address space
44
; value `Shared` (3) to the corresponding DWARF DW_AT_address_class attribute for PTX.

0 commit comments

Comments
 (0)