[PATCH] D93035: [lld][WebAssembly] Delay creation of internal __wasm_memory_init function
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 09:52:38 PST 2020
tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.
"not completely elided" => "completely elided" in the description.
================
Comment at: lld/wasm/SyntheticSections.h:242
public:
StartSection(bool hasInitializedSegments)
+ : SyntheticSection(llvm::wasm::WASM_SEC_START) {}
----------------
It looks like this argument is no longer used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93035/new/
https://reviews.llvm.org/D93035
More information about the llvm-commits
mailing list