[PATCH] D94075: [lld][WebAssembly] Add support for handling table symbols

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 03:14:28 PST 2021


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

This commit adds table symbol support in a partial way, while still
including some special cases for the __indirect_function_table symbol.
No change in tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94075

Files:
  lld/include/lld/Common/LLVM.h
  lld/wasm/InputChunks.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/InputFiles.h
  lld/wasm/InputTable.h
  lld/wasm/MarkLive.cpp
  lld/wasm/SymbolTable.cpp
  lld/wasm/SymbolTable.h
  lld/wasm/Symbols.cpp
  lld/wasm/Symbols.h
  lld/wasm/SyntheticSections.cpp
  lld/wasm/SyntheticSections.h
  lld/wasm/Writer.cpp
  lld/wasm/WriterUtils.cpp
  lld/wasm/WriterUtils.h
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/Object/Wasm.h
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/tools/llvm-readobj/WasmDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94075.314553.patch
Type: text/x-patch
Size: 35993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/18c980da/attachment.bin>


More information about the llvm-commits mailing list