Skip to content

Commit

Permalink
[DebugInfo][RemoveDIs] Fix incorrect test expect
Browse files Browse the repository at this point in the history
Fixes: aadd765
The above commit landed with an incorrect test expect, missing a `metadata`
prefix. This patch adds the expected prefix to the test.
  • Loading branch information
SLTozer committed Feb 29, 2024
1 parent 0d572c4 commit 85dc3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/Coroutines/coro-debug-dbg.values.ll
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
; CHECK: call void @llvm.dbg.assign(metadata ptr %[[frame]]
; CHECK-SAME: !DIExpression(DW_OP_plus_uconst, [[OffsetX]])
;; FIXME: Should we be updating the addresses on assigns here as well?
; CHECK-SAME: , metadata ptr %[[frame]], !DIExpression())
; CHECK-SAME: , metadata ptr %[[frame]], metadata !DIExpression())

; CHECK: call void @llvm.dbg.value(metadata ptr %[[frame]]
; CHECK-SAME: !DIExpression(DW_OP_plus_uconst, [[OffsetSpill:[0-9]*]], DW_OP_deref))
Expand Down

0 comments on commit 85dc3df

Please sign in to comment.