forked from OSchip/llvm-project
this really shouldn't switch sections without telling the asmprinter, but
hey it uses .previous, so it should work :) llvm-svn: 78004
This commit is contained in:
parent
ec9bc28812
commit
feb01a100b
|
@ -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