[PATCH] MC: Add support for .cfi_startproc simple

David Majnemer david.majnemer at gmail.com
Mon Jan 27 01:06:20 PST 2014


Hi rafael, void,

This commit allows LLVM MC to process .cfi_startproc directives when
they are followed by an additional `simple' identifier.  This signals to
elide the emission of target specific CFI instructions that would
normally occur initially.

http://llvm-reviews.chandlerc.com/D2624

Files:
  include/llvm/MC/MCDwarf.h
  include/llvm/MC/MCStreamer.h
  lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCDwarf.cpp
  lib/MC/MCParser/AsmParser.cpp
  lib/MC/MCStreamer.cpp
  test/MC/ELF/cfi.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2624.1.patch
Type: text/x-patch
Size: 9315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140127/8a11717d/attachment.bin>


More information about the llvm-commits mailing list