]> granicus.if.org Git - llvm/commitdiff
AsmPrinter: add doc-string for EmitLinkage
authorNicolai Haehnle <nhaehnle@gmail.com>
Mon, 17 Jun 2019 12:24:04 +0000 (12:24 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Mon, 17 Jun 2019 12:24:04 +0000 (12:24 +0000)
Change-Id: I376fcbd58f84a2aac6aaf744bc1665c92d312b25

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363550 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h

index 59ebd15ce6c42dbc4346373bc9345a1e11fdbe5b..9c2097b299520bd6d55e53021e403892ce3e11fe 100644 (file)
@@ -625,6 +625,8 @@ public:
   void EmitVisibility(MCSymbol *Sym, unsigned Visibility,
                       bool IsDefinition = true) const;
 
+  /// This emits linkage information about \p GVSym based on \p GV, if this is
+  /// supported by the target.
   void EmitLinkage(const GlobalValue *GV, MCSymbol *GVSym) const;
 
 private: