[PATCH] D46970: [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against function symbols.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 10:19:42 PDT 2018
sbc100 added inline comments.
================
Comment at: llvm/trunk/lib/MC/WasmObjectWriter.cpp:228
+ // Map from section to fintining function.
+ DenseMap<const MCSection *, const MCSymbol *> SectionFunctions;
----------------
keith.walker.arm wrote:
> What is a fintining function?
>
That is a great question! See rL332632
Repository:
rL LLVM
https://reviews.llvm.org/D46970
More information about the llvm-commits
mailing list