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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 11:05:44 PST 2021


tlively added inline comments.


================
Comment at: lld/wasm/InputDefinition.h:2
+//===- InputDefinition.h ----------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
sbc100 wrote:
> I don't love the name "InputDefinition", but I don't have any great ideas for anything better.
> 
> Maybe @tlively has some thoughts?
Would `InputItem` be better?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94677/new/

https://reviews.llvm.org/D94677



More information about the llvm-commits mailing list