[PATCH] D61650: [AsmPrinter] Make EmitLinkage and EmitVisibility public
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 02:42:13 PDT 2019
chill added inline comments.
================
Comment at: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h:628
+
+ void EmitLinkage(const GlobalValue *GV, MCSymbol *GVSym) const;
+
----------------
A docstring?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61650/new/
https://reviews.llvm.org/D61650
More information about the llvm-commits
mailing list