[PATCH] D94993: [lld][WebAssembly] Don't defined indirect function table in relocatable output

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 12:26:27 PST 2021


sbc100 created this revision.
Herald added subscribers: wingo, ecnelises, sunfish, jgravelle-google, dschuff.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Object files (and the output --relocatable) should never define
__indirect_function_table.  It should always be linker synthesized
with the final output executable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94993

Files:
  lld/test/wasm/locals-duplicate.test
  lld/test/wasm/relocatable.ll
  lld/test/wasm/signature-mismatch.ll
  lld/test/wasm/weak-alias.ll
  lld/wasm/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94993.317651.patch
Type: text/x-patch
Size: 8747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/b67c99eb/attachment.bin>


More information about the llvm-commits mailing list