Skip to content

Commit 85f42e6

Browse files
svenvhjsji
authored andcommitted
Update header.ll DebugInfo test after LLVM change (#2740)
Update a test after llvm commit e6bf48d ("[X86] Don't request 0x90 nop filling in p2align directives (#110134)", 2024-10-02). Original commit: KhronosGroup/SPIRV-LLVM-Translator@362cc4c676d742e
1 parent c971184 commit 85f42e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/X86/header.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target triple = "spir64-unknown-unknown"
1919
; CHECK: .text
2020
; CHECK-NEXT: .file "<stdin>"
2121
; CHECK-NEXT: .globl f
22-
; CHECK-NEXT: .p2align 4, 0x90
22+
; CHECK-NEXT: .p2align 4
2323
; CHECK-NEXT: .type f,@function
2424
; CHECK-NEXT: f: # @f
2525

0 commit comments

Comments
 (0)