Skip to content

Commit cb6891b

Browse files
authored
Update DebugInfo header.ll test after LLVM change (#2946)
Update for LLVM commit 7b23f413d1.
1 parent 193661c commit cb6891b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DebugInfo/X86/header.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ target triple = "spir64-unknown-unknown"
1616

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

19-
; CHECK: .text
20-
; CHECK-NEXT: .file "<stdin>"
19+
; CHECK: .file "<stdin>"
20+
; CHECK-NEXT: .text
2121
; CHECK-NEXT: .globl f
2222
; CHECK-NEXT: .p2align 4
2323
; CHECK-NEXT: .type f,@function

0 commit comments

Comments
 (0)