[lld] r367861 - Revert "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:55:22 PDT 2019
Author: nilanjana_basu
Date: Mon Aug 5 06:55:21 2019
New Revision: 367861
URL: http://llvm.org/viewvc/llvm-project?rev=367861&view=rev
Log:
Revert "Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability"
This reverts commit a885afa9fa8cab3b34f1ddf3d21535f88b662881.
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=367861&r1=367860&r2=367861&view=diff
==============================================================================
--- lld/trunk/test/COFF/s_udt.s (original)
+++ lld/trunk/test/COFF/s_udt.s Mon Aug 5 06:55:21 2019
@@ -173,7 +173,7 @@ main:
.short 1 # Flags
.asciz "argc"
.Ltmp13:
- .cv_def_range .Ltmp0 .Ltmp1, frame_ptr_rel, 12
+ .cv_def_range .Ltmp0 .Ltmp1, "B\021\f\000\000\000"
.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, frame_ptr_rel, 16
+ .cv_def_range .Ltmp0 .Ltmp1, "B\021\020\000\000\000"
.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, frame_ptr_rel, 0
+ .cv_def_range .Ltmp0 .Ltmp1, "B\021\000\000\000\000"
.short .Ltmp19-.Ltmp18 # Record length
.Ltmp18:
.short 4360 # Record kind: S_UDT
More information about the llvm-commits
mailing list