[all-commits] [llvm/llvm-project] a56e57: [lld][WebAssembly] Common superclass for input glo...

Andy Wingo via All-commits all-commits at lists.llvm.org
Thu Feb 11 05:57:18 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a56e57493b18a04339d7980fcd4f000c518c1017
      https://github.com/llvm/llvm-project/commit/a56e57493b18a04339d7980fcd4f000c518c1017
  Author: Andy Wingo <wingo at igalia.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M lld/include/lld/Common/LLVM.h
    M lld/wasm/Driver.cpp
    A lld/wasm/InputElement.h
    R lld/wasm/InputEvent.h
    M lld/wasm/InputFiles.cpp
    R lld/wasm/InputGlobal.h
    R lld/wasm/InputTable.h
    M lld/wasm/MapFile.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lld/wasm/WriterUtils.h

  Log Message:
  -----------
  [lld][WebAssembly] Common superclass for input globals/events/tables

This commit regroups commonalities among InputGlobal, InputEvent, and
InputTable into the new InputElement.  The subclasses are defined
inline in the new InputElement.h.  NFC.

Reviewed By: sbc100

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




More information about the All-commits mailing list