[PATCH] D43523: Remove SymbolTable::addUndefined and add SymbolTable::addUndefined{Function, Global}
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 12:44:32 PST 2018
ruiu created this revision.
ruiu added a reviewer: sbc100.
Herald added subscribers: sunfish, aheejin.
This patch should make the flow of control simpler, and this should
also make it clear that which information is actually used by the
symbol table. For example, previously, WasmSignature wasn't used
for globals.
https://reviews.llvm.org/D43523
Files:
lld/wasm/Driver.cpp
lld/wasm/InputFiles.cpp
lld/wasm/SymbolTable.cpp
lld/wasm/SymbolTable.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43523.135125.patch
Type: text/x-patch
Size: 9714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/7554dcb0/attachment.bin>
More information about the llvm-commits
mailing list