[PATCH] D93066: [lld][WebAssembly] Split __wasm_apply_relocs function in two
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 14:21:31 PST 2020
tlively added a comment.
Looks good! Can you add a test that uses __wasm_start?
================
Comment at: lld/wasm/Writer.cpp:891-893
+ // For PIC code we create a synthetic functions which application
+ // relocations. These get called from __wasm_call_ctors before the
+ // user-level constructors.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93066/new/
https://reviews.llvm.org/D93066
More information about the llvm-commits
mailing list