[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 16:53:03 PST 2020
tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: lld/wasm/Writer.cpp:891
+ if (config->isPic) {
+ // For PIC code we create a synthetic functions that apply relocations.
+ // These get called from __wasm_call_ctors before the user-level
----------------
Still has an extra "a" in "create a synthetic functions" :)
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