mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user