Split out the DwarfException class into its own file. No functionality change,
commit1b43db78c5c5354f666bce235202615398cd49d0
authorBill Wendling <isanbard@gmail.com>
Fri, 15 May 2009 01:12:28 +0000 (15 01:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 15 May 2009 01:12:28 +0000 (15 01:12 +0000)
treee491a2e76a9c7f13ea296ead1b35a1ef86a582aa
parentbbee8c925518db5831184ea13fa5abb7b4292561
Split out the DwarfException class into its own file. No functionality change,
though the classes have been marked with "VISIBILITY_HIDDEN".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71827 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfException.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfWriter.cpp