[PATCH] D61650: [AsmPrinter] Make EmitLinkage and EmitVisibility public
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 05:22:03 PDT 2019
nhaehnle marked 2 inline comments as done.
nhaehnle added inline comments.
================
Comment at: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h:628
+
+ void EmitLinkage(const GlobalValue *GV, MCSymbol *GVSym) const;
+
----------------
chill wrote:
> A docstring?
>
r363550
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