[PATCH] D42080: [WebAssembly] Symbol changes #2: Table relocs, LLVM
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 10:38:32 PST 2018
ncw added inline comments.
================
Comment at: lib/MC/WasmObjectWriter.cpp:520
+// Get a provisional table index. This isn't used by the linker at all;
+// for now we'll write out the same value that we always have. TODO make neater
+uint32_t WasmObjectWriter::getProvisionalTableIndex(
----------------
NB. This todo is addressed in the next patch in the series, it's not that this patch is incomplete.
Repository:
rL LLVM
https://reviews.llvm.org/D42080
More information about the llvm-commits
mailing list