Skip to content

Commit 58a8943

Browse files
vyom1611jhuber6
andauthored
Update nvptx-debug-symbol-name.ll
Co-authored-by: Joseph Huber <[email protected]>
1 parent a393f5e commit 58a8943

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

llvm/test/CodeGen/NVPTX/nvptx-debug-symbol-name.ll

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44

55
@__func__._Z10foo_kernelv = private unnamed_addr constant [11 x i8] c"foo_kernel\00", align 1, !dbg !0
66

7-
define dso_local void @_Z10foo_kernelv() #0 !dbg !20 {
7+
define void @_Z10foo_kernelv() !dbg !20 {
88
entry:
99
call void @_Z6escapePKc(ptr noundef @__func__._Z10foo_kernelv) #2, !dbg !23
1010
ret void, !dbg !24
1111
}
1212

13-
declare dso_local void @_Z6escapePKc(ptr noundef)
14-
15-
attributes #0 = { noinline nounwind optnone "target-cpu"="sm_86" }
16-
attributes #1 = { nounwind }
17-
attributes #2 = { nounwind }
13+
declare void @_Z6escapePKc(ptr)
1814

1915
!llvm.dbg.cu = !{!14}
2016
!llvm.ident = !{!18}

0 commit comments

Comments
 (0)