[PATCH] D59337: [WebAssembly] Error on R_WASM_MEMORY_ADDR relocations against undefined data symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 16:13:27 PDT 2019


ruiu added inline comments.


================
Comment at: lld/wasm/Writer.cpp:1038
   uint32_t TableIndex = TableBase;
   auto HandleRelocs = [&](InputChunk *Chunk) {
     if (!Chunk->Live)
----------------
This function is getting longer. I wonder if you can move this lambda out of this function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59337/new/

https://reviews.llvm.org/D59337





More information about the llvm-commits mailing list