[PATCH] D42080: [WebAssembly] Symbol changes #2: Table relocs, LLVM
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 10:55:25 PST 2018
ncw added inline comments.
================
Comment at: test/MC/WebAssembly/global-ctor-dtor.ll:110
; CHECK-NEXT: - Type: R_WEBASSEMBLY_TABLE_INDEX_SLEB
-; CHECK-NEXT: Index: 1
+; CHECK-NEXT: Index: 7
; CHECK-NEXT: Offset: 0x00000037
----------------
Values here have changed from 0, 1 (the table indexes) to the values `[ 5, 7 ]` at those indexes. Similarly for other test output.
Repository:
rL LLVM
https://reviews.llvm.org/D42080
More information about the llvm-commits
mailing list