mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f0c97810c
commit
6dfdad9c06
@ -105,12 +105,6 @@ bool AsmPrinter::doInitialization(Module &M) {
|
||||
Mang = new Mangler(M, MAI->getGlobalPrefix(), MAI->getPrivateGlobalPrefix(),
|
||||
MAI->getLinkerPrivateGlobalPrefix());
|
||||
|
||||
if (MAI->doesAllowQuotesInName())
|
||||
Mang->setUseQuotes(true);
|
||||
|
||||
if (MAI->doesAllowNameToStartWithDigit())
|
||||
Mang->setSymbolsCanStartWithDigit(true);
|
||||
|
||||
// Allow the target to emit any magic that it wants at the start of the file.
|
||||
EmitStartOfAsmFile(M);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user