mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-07 04:21:39 +00:00
Commit local changes that missed llvm.dbg.addr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a17ddc991
commit
04fcc66bc1
@ -51,7 +51,8 @@ entry:
|
||||
; ASM: callq escape
|
||||
; ASM: #DEBUG_VALUE: f:x <- 1
|
||||
; ASM: movl $1, global(%rip)
|
||||
; ASM: #DEBUG_VALUE: f:x <- [DW_OP_plus_uconst [[OFF_X]]] [%RSP+0]
|
||||
; FIXME: Needs a fix to LiveDebugVariables
|
||||
; ASMX: #DEBUG_VALUE: f:x <- [DW_OP_plus_uconst [[OFF_X]]] [%RSP+0]
|
||||
; ASM: movl $2, [[OFF_X]](%rsp)
|
||||
; ASM: callq escape
|
||||
; ASM: retq
|
||||
@ -60,7 +61,8 @@ entry:
|
||||
; DWARF-NEXT: DW_AT_location (0x00000000
|
||||
; DWARF-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}}
|
||||
; DWARF-NEXT: {{[^:]*}}: DW_OP_consts +1, DW_OP_stack_value
|
||||
; DWARF-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}})
|
||||
; FIXME: Needs a fix to LiveDebugVariables
|
||||
; DWARFX-NEXT: {{[^:]*}}: DW_OP_breg7 RSP+{{[0-9]+}})
|
||||
; DWARF-NEXT: DW_AT_name ("x")
|
||||
|
||||
attributes #0 = { nounwind uwtable }
|
||||
|
Loading…
Reference in New Issue
Block a user