mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Document an anomaly in this testcase.
llvm-svn: 262264
This commit is contained in:
parent
7abc61f023
commit
a2cfd5f87f
@ -24,9 +24,14 @@
|
||||
;
|
||||
; CHECK: .debug_loc
|
||||
; CHECK: [[LOC1]]: Beginning address offset: 0x0000000000000000
|
||||
; CHECK: Ending address offset: 0x0000000000000008
|
||||
; CHECK-NEXT: Ending address offset: 0x0000000000000004
|
||||
; rdi, piece 0x00000008, piece 0x00000004, rsi, piece 0x00000004
|
||||
; CHECK-NEXT: Location description: 55 93 08 93 04 54 93 04
|
||||
; This location is split into two ranges with identical locations
|
||||
; because it comes from a DBG_VALUE %RSI followed by a DBG_VALUE %ESI.
|
||||
; CHECK: Beginning address offset: 0x0000000000000004
|
||||
; CHECK-NEXT: Ending address offset: 0x0000000000000008
|
||||
; CHECK-NEXT: Location description: 55 93 08 93 04 54 93 04
|
||||
; CHECK: [[LOC2]]: Beginning address offset: 0x0000000000000004
|
||||
; CHECK-NEXT: Ending address offset: 0x0000000000000008
|
||||
; rsi, piece 0x00000004
|
||||
|
Loading…
Reference in New Issue
Block a user