[PATCH] D56687: [WebAssembly] Changed objdump output to offsets instead of indices (NFC).

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 10:36:00 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351462: [WebAssembly] Changed objdump output to offsets instead of indices. (authored by aardappel, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56687/new/

https://reviews.llvm.org/D56687

Files:
  lld/trunk/test/wasm/archive.ll


Index: lld/trunk/test/wasm/archive.ll
===================================================================
--- lld/trunk/test/wasm/archive.ll
+++ lld/trunk/test/wasm/archive.ll
@@ -33,10 +33,10 @@
 ; TODO(ncw): Update LLD so that the symbol table is written out for
 ;   non-relocatable output (with an option to strip it)
 
-; CHECK:      00000004 T _start
-; CHECK-NEXT: 00000002 T archive2_symbol
+; CHECK:      00000016 T _start
+; CHECK-NEXT: 0000000a T archive2_symbol
 ; CHECK-NEXT: 00000001 T bar
-; CHECK-NEXT: 00000003 T foo
+; CHECK-NEXT: 0000000d T foo
 ; CHECK-NEXT:          U missing_func
 
 ; Verify that symbols from unused objects don't appear in the symbol table


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56687.182340.patch
Type: text/x-patch
Size: 681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/57541484/attachment-0001.bin>


More information about the llvm-commits mailing list