Skip to content

Commit 54e77bd

Browse files
svenvhjsji
authored andcommitted
Update DebugInfo header.ll test after LLVM change (#2946)
Update for LLVM commit 7b23f41. Original commit: KhronosGroup/SPIRV-LLVM-Translator@cb6891b7638f83b
1 parent b6ae8ec commit 54e77bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm-spirv/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)