search for: shouldemitperson

Displaying 1 result from an estimated 1 matches for "shouldemitperson".

2013 Dec 19
1
[LLVMdev] [PATCH] MC: handle .cfi_startproc simple
...b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp > index fec5ced..13f5fc3 100644 > --- a/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp > +++ b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp > @@ -113,7 +113,7 @@ void DwarfCFIException::BeginFunction(const MachineFunction *MF) { > if (!shouldEmitPersonality && !shouldEmitMoves) > return; > > - Asm->OutStreamer.EmitCFIStartProc(); > + Asm->OutStreamer.EmitCFIStartProc(false); > > // Indicate personality routine, if any. > if (!shouldEmitPersonality) > diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC...