[lld] r328223 - Fix Address Size in test.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 10:46:57 PDT 2018
Author: rafael
Date: Thu Mar 22 10:46:57 2018
New Revision: 328223
URL: http://llvm.org/viewvc/llvm-project?rev=328223&view=rev
Log:
Fix Address Size in test.
This is an i386 test, so it should be 4.
Modified:
lld/trunk/test/ELF/compressed-debug-conflict.s
Modified: lld/trunk/test/ELF/compressed-debug-conflict.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/compressed-debug-conflict.s?rev=328223&r1=328222&r2=328223&view=diff
==============================================================================
--- lld/trunk/test/ELF/compressed-debug-conflict.s (original)
+++ lld/trunk/test/ELF/compressed-debug-conflict.s Thu Mar 22 10:46:57 2018
@@ -43,7 +43,7 @@ main:
.Lbegin0:
.short 4 # DWARF version number
.long .debug_abbrev # Offset Into Abbrev. Section
- .byte 8 # Address Size (in bytes)
+ .byte 4 # Address Size (in bytes)
.byte 1 # Abbrev [1] 0xb:0x1f DW_TAG_compile_unit
.long .debug_line # DW_AT_stmt_list
.Lend0:
More information about the llvm-commits
mailing list