search for: curfram

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

Did you mean: curframe
2013 Dec 19
1
[LLVMdev] [PATCH] MC: handle .cfi_startproc simple
.../MCStreamer.cpp > +++ b/lib/MC/MCStreamer.cpp > @@ -209,7 +209,7 @@ void MCStreamer::EmitCFISections(bool EH, bool Debug) { > EmitDebugFrame = Debug; > } > > -void MCStreamer::EmitCFIStartProc() { > +void MCStreamer::EmitCFIStartProc(bool Simple) { > MCDwarfFrameInfo *CurFrame = getCurrentFrameInfo(); > if (CurFrame && !CurFrame->End) > report_fatal_error("Starting a frame before finishing the previous one!"); > diff --git a/test/MC/AsmParser/cfi-startproc-simple.s b/test/MC/AsmParser/cfi-startproc-simple.s > new file mode 100644...