[PATCH] D94677: [lld][WebAssembly] Common superclass for input globals/events/tables

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 04:49:10 PST 2021


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

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

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94677

Files:
  lld/include/lld/Common/LLVM.h
  lld/wasm/Driver.cpp
  lld/wasm/InputDefinition.h
  lld/wasm/InputEvent.h
  lld/wasm/InputFiles.cpp
  lld/wasm/InputGlobal.h
  lld/wasm/InputTable.h
  lld/wasm/MarkLive.cpp
  lld/wasm/SymbolTable.cpp
  lld/wasm/Symbols.cpp
  lld/wasm/SyntheticSections.cpp
  lld/wasm/Writer.cpp
  lld/wasm/WriterUtils.cpp
  lld/wasm/WriterUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94677.316626.patch
Type: text/x-patch
Size: 19825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/8149249f/attachment.bin>


More information about the llvm-commits mailing list