Skip to content

Commit

Permalink
Update DebugInfo test after LLVM section symbol change (#2607)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
svenvh authored and sys-ce-bb committed Jun 27, 2024
1 parent 061de13 commit de4b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-spirv/test/DebugInfo/X86/InlinedFnLocalVar.ll
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:
target triple = "spir64-unknown-unknown"
; Check struct X for dead variable xyz from inlined function foo.

; CHECK: Lsection_info
; CHECK: .section .debug_info,"dr"
; CHECK: DW_TAG_structure_type
; CHECK-NEXT: info_string

Expand Down

0 comments on commit de4b365

Please sign in to comment.