[PATCH] D48299: [WebAssembly] Only mark non-hidden symbols as live if they are also defined
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 14:57:02 PDT 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff.
Previously we were also marking undefined symbols (i.e. imports)
as live.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D48299
Files:
test/wasm/gc-imports.ll
wasm/MarkLive.cpp
wasm/Symbols.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48299.151795.patch
Type: text/x-patch
Size: 4959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/a27843d5/attachment.bin>
More information about the llvm-commits
mailing list