mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Rename getValueName -> getMangledName
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -601,7 +601,7 @@ void ELFWriter::EmitStringTable() {
|
||||
|
||||
// Use the name mangler to uniquify the LLVM symbol.
|
||||
std::string Name;
|
||||
if (I->GV) Name.append(Mang->getValueName(I->GV));
|
||||
if (I->GV) Name.append(Mang->getMangledName(I->GV));
|
||||
|
||||
if (Name.empty()) {
|
||||
I->NameIdx = 0;
|
||||
|
Reference in New Issue
Block a user