[PATCH] D97174: [WebAssembly] Support WasmEHFuncInfo serialization

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 10:07:39 PST 2021


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h:34
 class WebAssemblyFunctionInfo final : public MachineFunctionInfo {
+  MachineFunction &MF;
+
----------------
could this be `const` also?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97174/new/

https://reviews.llvm.org/D97174



More information about the llvm-commits mailing list