[PATCH] D41955: [WebAssembly] Symbol changes #5: add "symbol index" concept (LLD)

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 09:56:38 PST 2018


ncw added inline comments.


================
Comment at: test/wasm/archive.ll:32
 ; CHECK-NEXT: 00000002 T foo
+; CHECK-NEXT:          U missing_func
 
----------------
Updated test expectations: Snuck in an test update here that's not strictly required...


================
Comment at: test/wasm/data-layout.ll:48
 ; CHECK-NEXT:       - Type:            R_WEBASSEMBLY_MEMORY_ADDR_I32
-; CHECK-NEXT:         Index:           4
+; CHECK-NEXT:         Index:           3
 ; CHECK-NEXT:         Offset:          0x0000001F
----------------
Updated test expectations: Because the import has been removed (not part of the test assertions, sadly) this index has now gone down by one.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41955





More information about the llvm-commits mailing list