[PATCH] D93035: [lld][WebAssembly] Delay creation of internal __wasm_memory_init function
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 07:56:24 PST 2020
sbc100 created this revision.
Herald added subscribers: wingo, ecnelises, jfb, sunfish, jgravelle-google, dschuff.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
This also allows for its creation to be conditional so it is
not completely elided when not needed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93035
Files:
lld/test/wasm/data-segment-merging.ll
lld/test/wasm/data-segments.ll
lld/test/wasm/no-tls.s
lld/test/wasm/tls.s
lld/wasm/Driver.cpp
lld/wasm/MarkLive.cpp
lld/wasm/SyntheticSections.h
lld/wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93035.310896.patch
Type: text/x-patch
Size: 21902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/ad2c7725/attachment-0001.bin>
More information about the llvm-commits
mailing list