forked from OSchip/llvm-project
A step towards geting linux ppc to work (see PR 3099)
llvm-svn: 60497
This commit is contained in:
parent
444baea236
commit
5d84f685a8
|
@ -613,6 +613,8 @@ bool PPCLinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
|||
// Print out jump tables referenced by the function.
|
||||
EmitJumpTableInfo(MF.getJumpTableInfo(), MF);
|
||||
|
||||
SwitchToSection(TAI->SectionForGlobal(F));
|
||||
|
||||
// Emit post-function debug information.
|
||||
DW.EndFunction(&MF);
|
||||
|
||||
|
|
Loading…
Reference in New Issue