[lld] r367850 - Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability
Nilanjana Basu via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 06:11:51 PDT 2019
Author: nilanjana_basu
Date: Mon Aug 5 06:11:51 2019
New Revision: 367850
URL: http://llvm.org/viewvc/llvm-project?rev=367850&view=rev
Log:
Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability
Modified:
lld/trunk/test/COFF/s_udt.s
Modified: lld/trunk/test/COFF/s_udt.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/s_udt.s?rev=367850&r1=367849&r2=367850&view=diff
==============================================================================
--- lld/trunk/test/COFF/s_udt.s (original)
+++ lld/trunk/test/COFF/s_udt.s Mon Aug 5 06:11:51 2019
@@ -173,7 +173,7 @@ main:
.short 1 # Flags
.asciz "argc"
.Ltmp13:
- .cv_def_range .Ltmp0 .Ltmp1, "B\021\f\000\000\000"
+ .cv_def_range .Ltmp0 .Ltmp1, frame_ptr_rel, 12
.short .Ltmp15-.Ltmp14 # Record length
.Ltmp14:
.short 4414 # Record kind: S_LOCAL
@@ -181,7 +181,7 @@ main:
.short 1 # Flags
.asciz "argv"
.Ltmp15:
- .cv_def_range .Ltmp0 .Ltmp1, "B\021\020\000\000\000"
+ .cv_def_range .Ltmp0 .Ltmp1, frame_ptr_rel, 16
.short .Ltmp17-.Ltmp16 # Record length
.Ltmp16:
.short 4414 # Record kind: S_LOCAL
@@ -189,7 +189,7 @@ main:
.short 0 # Flags
.asciz "SPtr"
.Ltmp17:
- .cv_def_range .Ltmp0 .Ltmp1, "B\021\000\000\000\000"
+ .cv_def_range .Ltmp0 .Ltmp1, frame_ptr_rel, 0
.short .Ltmp19-.Ltmp18 # Record length
.Ltmp18:
.short 4360 # Record kind: S_UDT
More information about the llvm-commits
mailing list