[PATCH] D43252: [WebAssembly] Cleanup methods for add synthetic symbols to symbtab

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 12:13:45 PST 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, arichardson, dschuff, jfb.
sbc100 added a reviewer: ruiu.

These were duplicating (incorrectly) some of the logic for
handling conflicts, but since they are only ever added right
at the start we can assume no existing symbols.

Also rename these methods for clarity.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43252

Files:
  wasm/Driver.cpp
  wasm/SymbolTable.cpp
  wasm/SymbolTable.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43252.134094.patch
Type: text/x-patch
Size: 4926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/af04db00/attachment.bin>


More information about the llvm-commits mailing list