Skip to content

Commit 38dbf62

Browse files
abidhgysit
andcommitted
Update mlir/test/Target/LLVMIR/llvmir-debug.mlir
Co-authored-by: Tobias Gysi <[email protected]>
1 parent 5cb836f commit 38dbf62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/test/Target/LLVMIR/llvmir-debug.mlir

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,11 @@ llvm.mlir.global @global_variable() {dbg_expr = #di_global_variable_expression}
510510
compileUnit = #cu, scope = #cu, name = "fn_with_composite", file = #file,
511511
subprogramFlags = "Definition|Optimized", type = #spType0
512512
>
513+
513514
llvm.func @fn_with_composite() {
514515
llvm.return
515-
}loc(fused<#sp0>["foo.mlir":1:1])
516+
} loc(fused<#sp0>["foo.mlir":1:1])
517+
516518
// CHECK-LABEL: define void @fn_with_composite()
517519
// CHECK: !DICompositeType(
518520
// CHECK-SAME: dataLocation: !DIExpression(DW_OP_push_object_address, DW_OP_deref)

0 commit comments

Comments
 (0)