Skip to content

Commit de4b365

Browse files
svenvhsys-ce-bb
authored andcommitted
Update DebugInfo test after LLVM section symbol change (#2607)
Update a check pattern in a test after llvm-project commit 04c2785 ("[MC,COFF] Change how we handle section symbols", 2024-06-25). Original commit: KhronosGroup/SPIRV-LLVM-Translator@277654e5b16a47a
1 parent 061de13 commit de4b365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/X86/InlinedFnLocalVar.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:
1515
target triple = "spir64-unknown-unknown"
1616
; Check struct X for dead variable xyz from inlined function foo.
1717

18-
; CHECK: Lsection_info
18+
; CHECK: .section .debug_info,"dr"
1919
; CHECK: DW_TAG_structure_type
2020
; CHECK-NEXT: info_string
2121

0 commit comments

Comments
 (0)