[PATCH] D41955: [WebAssembly] Add symbol table to LLD, 1/2
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 19:42:12 PST 2018
sbc100 added inline comments.
================
Comment at: test/wasm/init-fini.ll:153
; RELOC-NEXT: - Priority: 101
-; RELOC-NEXT: FunctionIndex: 0
+; RELOC-NEXT: FunctionIndex: 2
; RELOC-NEXT: - Priority: 101
----------------
This should be called "Symbol:" now, right? (at last with 2/2)
================
Comment at: test/wasm/many-functions.ll:22
; CHECK-NEXT: - Type: R_WEBASSEMBLY_MEMORY_ADDR_LEB
-; CHECK-NEXT: Index: 0
+; CHECK-NEXT: Index: 130
; CHECK-NEXT: Offset: 0x00000008
----------------
Ditto.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41955
More information about the llvm-commits
mailing list