[PATCH] D91637: [WebAssembly] Only emit indirect function table import if needed

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 00:32:39 PST 2020


wingo updated this revision to Diff 306326.
wingo added a comment.

- Move __indirect_function_table reference to WasmObjectWriter


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91637

Files:
  llvm/include/llvm/MC/MCSymbolWasm.h
  llvm/include/llvm/Object/Wasm.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/test/MC/WebAssembly/assembler-binary.ll
  llvm/test/MC/WebAssembly/comdat.ll
  llvm/test/MC/WebAssembly/custom-sections.ll
  llvm/test/MC/WebAssembly/data-section.s
  llvm/test/MC/WebAssembly/event-section.ll
  llvm/test/MC/WebAssembly/external-func-address.ll
  llvm/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/test/MC/WebAssembly/reloc-pic.s
  llvm/test/MC/WebAssembly/tables.s
  llvm/test/MC/WebAssembly/type-index.s
  llvm/test/MC/WebAssembly/wasm64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91637.306326.patch
Type: text/x-patch
Size: 21562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201119/bc5c188c/attachment.bin>


More information about the llvm-commits mailing list