Skip to content

Commit 38f3d21

Browse files
svenvhsys-ce-bb
authored andcommitted
Update DebugInfo test after LLVM change (#3060)
Update the pattern after llvm-project commit da0f9e7 ("Reland: [MC] output inlined-at debug info (#106230) (#130306)", 2025-03-11). Original commit: KhronosGroup/SPIRV-LLVM-Translator@4adbf65f5278346
1 parent cec3ecd commit 38f3d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm-spirv/test/DebugInfo/X86/inline-seldag-test.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ target triple = "spir64-unknown-unknown"
3434
; Make sure the condition test is attributed to the inline function, not the
3535
; location of the test's operands within the caller.
3636

37-
; ASM: # inline-seldag-test.c:2:0
38-
; ASM-NOT: .loc
37+
; ASM: # inline-seldag-test.c:
38+
; ASM: .loc 1 2 0 # inline-seldag-test.c:2 @[ inline-seldag-test.c:6
3939
; ASM: testl
4040

4141
; Function Attrs: nounwind uwtable

0 commit comments

Comments
 (0)