Add a possibility to switch between CFI directives- and table-based frame description...
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Jan 2011 21:58:08 +0000 (21:58 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Jan 2011 21:58:08 +0000 (21:58 +0000)
commit3965b5e974d57f3e56a2c7f37d76d73e572dfb20
tree37c2d97895d4f254c7f1a27125d73997523e0273
parente749911372c75e4e68f83a32b4092f4ffb0d2793
Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123476 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfTableException.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/Target/PowerPC/PPCMCAsmInfo.cpp
lib/Target/X86/X86MCAsmInfo.cpp