Skip to content

Commit 1988581

Browse files
committed
Fix DebugInfo/prologue.swift for
llvm-project commit 1813652 removed the prologue_end, so this test started failing. That directive is now annotated with `is_stmt 0`.
1 parent 3f8fea8 commit 1988581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/prologue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func markUsed<T>(_ t: T) {}
77
// CHECK: .file [[F:[0-9]+]] "{{.*}}prologue.swift"
88
func bar<T, U>(_ x: T, y: U) { markUsed("bar") }
99
// CHECK: $s8prologue3bar_1yyx_q_tr0_lF:
10-
// CHECK: .loc [[F]] 0 0 prologue_end
10+
// CHECK: .loc [[F]] 0 0 is_stmt 0
1111
// Make sure there is no allocation happening between the end of
1212
// prologue and the beginning of the function body.
1313
// CHECK-NOT: callq *

0 commit comments

Comments
 (0)