Add support for .cfi_register now that it is easy to extent the representation
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 25 Nov 2012 15:14:49 +0000 (15:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 25 Nov 2012 15:14:49 +0000 (15:14 +0000)
commitf4f14f68f6078ea6681ee27b5bf42719d7db3441
tree008861973146b0c72963fbaec75f7e9cb8c64798
parenta91eead943d9016fd25f92ab723d8e44ead34109
Add support for .cfi_register now that it is easy to extent the representation
to support it. Original patch with the parsing and plumbing by the PaX team and
Roman Divacky. I added the bits in MCDwarf.cpp and the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168565 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCStreamer.cpp
test/MC/ELF/cfi-register.s [new file with mode: 0644]