From 198858126d70c533463c7e6450d32cbefc489a15 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Fri, 8 Oct 2021 12:25:49 -0700 Subject: [PATCH] Fix DebugInfo/prologue.swift for llvm-project commit 1813652b0398345c4b4407d5fd5ffb749830fdd4 removed the prologue_end, so this test started failing. That directive is now annotated with `is_stmt 0`. --- test/DebugInfo/prologue.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/prologue.swift b/test/DebugInfo/prologue.swift index 4ff2fbeeedc56..7c6e125f9a91b 100644 --- a/test/DebugInfo/prologue.swift +++ b/test/DebugInfo/prologue.swift @@ -7,7 +7,7 @@ func markUsed(_ t: T) {} // CHECK: .file [[F:[0-9]+]] "{{.*}}prologue.swift" func bar(_ x: T, y: U) { markUsed("bar") } // CHECK: $s8prologue3bar_1yyx_q_tr0_lF: -// CHECK: .loc [[F]] 0 0 prologue_end +// CHECK: .loc [[F]] 0 0 is_stmt 0 // Make sure there is no allocation happening between the end of // prologue and the beginning of the function body. // CHECK-NOT: callq *