Skip to content

Commit

Permalink
Update tests after landing #71693 (fbc6520)
Browse files Browse the repository at this point in the history
  • Loading branch information
OCHyams committed Nov 9, 2023
1 parent 0f7aaeb commit 6cea5c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
# CHECK-GNU-NEXT: DW_AT_GNU_call_site_value (DW_OP_breg14 R14+3)

# CHECK-DWARF5: DW_TAG_call_site
# CHECK-DWARF5: DW_AT_call_origin ([[getValue_SP:.*]])
# CHECK-DWARF5: DW_AT_call_origin ([[getValue_SP:.*]] "getVal")
#
# CHECK-DWARF5: DW_TAG_call_site
# CHECK-DWARF5: DW_AT_call_origin ([[foo_SP:.*]])
# CHECK-DWARF5: DW_AT_call_origin ([[foo_SP:.*]] "foo")
# CHECK-DWARF5: DW_AT_call_return_pc {{.*}}
# CHECK-DWARF5-EMPTY:
# CHECK-DWARF5: DW_TAG_call_site_parameter
Expand Down
10 changes: 5 additions & 5 deletions llvm/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ entry:
; OBJ: DW_AT_call_all_calls (true)
; OBJ: DW_AT_name ("foo")
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_origin ([[bar_sp]])
; OBJ: DW_AT_call_origin ([[bar_sp]] "_Z3barv")
; OBJ: DW_AT_call_return_pc
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_origin ([[bat_sp]])
; OBJ: DW_AT_call_origin ([[bat_sp]] "_Z3batv")
; OBJ: DW_AT_call_return_pc
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_origin ([[bar_sp]])
; OBJ: DW_AT_call_origin ([[bar_sp]] "_Z3barv")
; OBJ: DW_AT_call_return_pc
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_origin ([[bat_sp]])
; OBJ: DW_AT_call_origin ([[bat_sp]] "_Z3batv")
; OBJ: DW_AT_call_tail_call
; OBJ: DW_AT_call_pc
define void @_Z3foov() !dbg !25 {
Expand All @@ -92,7 +92,7 @@ entry:
; OBJ: DW_AT_call_all_calls (true)
; OBJ: DW_AT_name ("main")
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_origin ([[foo_sp]])
; OBJ: DW_AT_call_origin ([[foo_sp]] "_Z3foov")
; OBJ: DW_AT_call_return_pc
; OBJ: DW_TAG_call_site
; OBJ: DW_AT_call_target
Expand Down

0 comments on commit 6cea5c3

Please sign in to comment.