From cb6891b7638f83b7b69a2475adcdf689d568f4ad Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Sat, 28 Dec 2024 22:16:11 +0100 Subject: [PATCH] Update DebugInfo header.ll test after LLVM change (#2946) Update for LLVM commit 7b23f413d1. --- test/DebugInfo/X86/header.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/DebugInfo/X86/header.ll b/test/DebugInfo/X86/header.ll index f1f330e22..dd939d88c 100644 --- a/test/DebugInfo/X86/header.ll +++ b/test/DebugInfo/X86/header.ll @@ -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 "" +; CHECK: .file "" +; CHECK-NEXT: .text ; CHECK-NEXT: .globl f ; CHECK-NEXT: .p2align 4 ; CHECK-NEXT: .type f,@function