[all-commits] [llvm/llvm-project] 1933c9: [WebAssembly] Factor out WasmTableType in binary f...

Andy Wingo via All-commits all-commits at lists.llvm.org
Wed Nov 25 08:00:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1933c9d41a08cfc4c5c0ae80eedf466b5ae7ef01
      https://github.com/llvm/llvm-project/commit/1933c9d41a08cfc4c5c0ae80eedf466b5ae7ef01
  Author: Andy Wingo <wingo at igalia.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/WriterUtils.cpp
    M lld/wasm/WriterUtils.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/tools/obj2yaml/wasm2yaml.cpp

  Log Message:
  -----------
  [WebAssembly] Factor out WasmTableType in binary format

This commit factors out a WasmTableType definition from WasmTable, as is
the case for WasmGlobal and other data types.  Also add support for
extracting the SymbolName for a table from the linking section's symbol
table.

Differential Revision: https://reviews.llvm.org/D91849




More information about the All-commits mailing list