Skip to content

Commit

Permalink
Update DebugInfo header.ll test after LLVM change (#2946)
Browse files Browse the repository at this point in the history
Update for LLVM commit 7b23f413d1.
  • Loading branch information
svenvh authored Dec 28, 2024
1 parent 193661c commit cb6891b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/DebugInfo/X86/header.ll
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ target triple = "spir64-unknown-unknown"

; Test that we don't pollute the start of the file with debug sections

; CHECK: .text
; CHECK-NEXT: .file "<stdin>"
; CHECK: .file "<stdin>"
; CHECK-NEXT: .text
; CHECK-NEXT: .globl f
; CHECK-NEXT: .p2align 4
; CHECK-NEXT: .type f,@function
Expand Down

0 comments on commit cb6891b

Please sign in to comment.