forked from OSchip/llvm-project
Add one more comment to the FDE verbose asm output.
llvm-svn: 134200
This commit is contained in:
parent
027cb82657
commit
2fd8d775df
|
@ -670,6 +670,7 @@ void FrameEmitterImpl::EmitCFIInstructions(MCStreamer &streamer,
|
|||
if (BaseLabel && Label) {
|
||||
MCSymbol *ThisSym = Label;
|
||||
if (ThisSym != BaseLabel) {
|
||||
if (streamer.isVerboseAsm()) streamer.AddComment("DW_CFA_advance_loc4");
|
||||
streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym);
|
||||
BaseLabel = ThisSym;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue