mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
this really shouldn't switch sections without telling the asmprinter, but
hey it uses .previous, so it should work :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b525766479
commit
c8bfb7a49d
@ -421,7 +421,7 @@ printFCCOperand(const MachineInstr *MI, int opNum, const char *Modifier) {
|
||||
}
|
||||
|
||||
bool MipsAsmPrinter::doInitialization(Module &M) {
|
||||
// FIXME: Use SwitchToDataSection.
|
||||
// FIXME: Use SwitchToSection.
|
||||
|
||||
// Tell the assembler which ABI we are using
|
||||
O << "\t.section .mdebug." << emitCurrentABIString() << '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user