Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 3 Dec 2013 15:10:23 +0000 (15:10 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 3 Dec 2013 15:10:23 +0000 (15:10 +0000)
commitac07cd54ed48cdc160eba7625eefe09c5f484eb2
tree9edcf495ebd3893429e5fe32d4ae47fc9f47acb6
parent94f5a677f66e748bcbf7f3e6974881754acf87b2
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"

Addressing the existense AMDGPUAsmPrinter and other subclasses of AsmPrinter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196288 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/Win64Exception.cpp