Split out the DwarfException class into its own file. No functionality change,
authorBill Wendling <isanbard@gmail.com>
Fri, 15 May 2009 01:12:28 +0000 (01:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 15 May 2009 01:12:28 +0000 (01:12 +0000)
commiteb9072195ca7d777a71194dcaaaa369d82f24f53
treee491a2e76a9c7f13ea296ead1b35a1ef86a582aa
parent88423eecd0f16d3cfa89bdf92abdb72a5dc0616a
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