mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Pass in the unfortunately named "LessPrivatePrefix" for the
"LinkerPrivatePrefix". It seems to have been used in only one place before I started this "linker_private" business. I'm thinking that a rename is in order... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -92,7 +92,8 @@ FunctionPass *llvm::createSystemZCodePrinterPass(formatted_raw_ostream &o,
|
||||
}
|
||||
|
||||
bool SystemZAsmPrinter::doInitialization(Module &M) {
|
||||
Mang = new Mangler(M, "", TAI->getPrivateGlobalPrefix());
|
||||
Mang = new Mangler(M, "", TAI->getPrivateGlobalPrefix(),
|
||||
TAI->getLessPrivateGlobalPrefix());
|
||||
return false; // success
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user