[PATCH] D43493: [WebAssembly] Remove InputChunk from Symbol baseclass. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 16:42:07 PST 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.
sbc100 retitled this revision from "[WebAssembly] Remove InputChunk from Symbol baseclass" to "[WebAssembly] Remove InputChunk from Symbol baseclass. NFC.".

Instead include InputFuction and InputSegment directly
in the subclasses that use them (DefinedFunction and
DefinedGlobal).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43493

Files:
  wasm/Symbols.cpp
  wasm/Symbols.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43493.134990.patch
Type: text/x-patch
Size: 7869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/467702a9/attachment.bin>


More information about the llvm-commits mailing list