Clean up interface to getGlobalLinkName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey
2006-10-17 17:17:24 +00:00
parent c50ffcb7fc
commit 99e41eed6d
3 changed files with 5 additions and 6 deletions

View File

@@ -103,8 +103,7 @@ namespace llvm {
/// getGlobalLinkName - Returns the asm/link name of of the specified
/// global variable. Should be overridden by each target asm printer to
/// generate the appropriate value.
virtual void getGlobalLinkName(const GlobalVariable *GV,
std::string &LinkName);
virtual const std::string getGlobalLinkName(const GlobalVariable *GV) const;
protected:
/// doInitialization - Set up the AsmPrinter when we are working on a new