Skip to content

Commit 4adbf65

Browse files
authored
Update DebugInfo test after LLVM change (#3060)
Update the pattern after llvm-project commit da0f9e75d858 ("Reland: [MC] output inlined-at debug info (#106230) (#130306)", 2025-03-11).
1 parent 5bda756 commit 4adbf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)