[PATCH] D92215: [WebAssembly] MC layer writes table symbols to object files

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 01:11:41 PST 2020


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

Now that the linker handles table symbols, we can allow the frontend to
produce them.

Depends on D91870 <https://reviews.llvm.org/D91870>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92215

Files:
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/test/MC/WebAssembly/debug-info.ll
  llvm/test/MC/WebAssembly/debug-info64.ll
  llvm/test/MC/WebAssembly/function-alias.ll
  llvm/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/test/MC/WebAssembly/reloc-pic.s
  llvm/test/MC/WebAssembly/weak-alias.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92215.307985.patch
Type: text/x-patch
Size: 8552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201127/157560f4/attachment.bin>


More information about the llvm-commits mailing list