[lld] r367867 - 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 07:16:58 PDT 2019


Author: nilanjana_basu
Date: Mon Aug  5 07:16:58 2019
New Revision: 367867

URL: http://llvm.org/viewvc/llvm-project?rev=367867&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=367867&r1=367866&r2=367867&view=diff
==============================================================================
--- lld/trunk/test/COFF/s_udt.s (original)
+++ lld/trunk/test/COFF/s_udt.s Mon Aug  5 07:16:58 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