[PATCH] D54012: [WebAssembly] Added a .globaltype directive to .s output.
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 1 17:01:53 PDT 2018
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h:46
virtual void emitIndIdx(const MCExpr *Value) = 0;
/// .import_global
+ virtual void emitGlobalType(MCSymbolWasm *Sym) = 0;
----------------
update comment.
Repository:
rL LLVM
https://reviews.llvm.org/D54012
More information about the llvm-commits
mailing list