[PATCH] D42096: [WebAssembly] Symbol changes #3: Cosmetic table, LLD. NFC.

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 03:21:32 PST 2018


ncw added inline comments.


================
Comment at: test/wasm/relocatable.ll:132
 ; CHECK-NEXT:           Opcode:          I32_CONST
-; CHECK-NEXT:           Value:           0
+; CHECK-NEXT:           Value:           1
 ; CHECK-NEXT:         Functions:       [ 3, 1 ]
----------------
Test expectations updated: as for D42095, relocatable Wasm files now match non-relocatable ones (avoiding random/unnecessary differences between them is good). The ELEM section has offset one, causing the indexes below to be incremented by one as well.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42096





More information about the llvm-commits mailing list