[PATCH] D46970: [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against function symbols.

Keith Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 00:55:54 PDT 2018


keith.walker.arm added inline comments.


================
Comment at: llvm/trunk/lib/MC/WasmObjectWriter.cpp:228
 
+  // Map from section to fintining function.
+  DenseMap<const MCSection *, const MCSymbol *> SectionFunctions;
----------------
What is a fintining function?



Repository:
  rL LLVM

https://reviews.llvm.org/D46970





More information about the llvm-commits mailing list