mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -6,8 +6,8 @@ target triple = "thumbv7-apple-macosx10.6.7"
|
||||
;CHECK: Ldebug_loc0:
|
||||
;CHECK-NEXT: .long Ltmp1
|
||||
;CHECK-NEXT: .long Ltmp2
|
||||
;CHECK-NEXT: Lset9 = Ltmp10-Ltmp9 @ Loc expr size
|
||||
;CHECK-NEXT: .short Lset9
|
||||
;CHECK-NEXT: Lset8 = Ltmp10-Ltmp9 @ Loc expr size
|
||||
;CHECK-NEXT: .short Lset8
|
||||
;CHECK-NEXT: Ltmp9:
|
||||
;CHECK-NEXT: .byte 144 @ DW_OP_regx for S register
|
||||
|
||||
|
Reference in New Issue
Block a user