diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:11:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 05:11:15 +0000 |
commit | 49cd6649e1246c05896fadefe2fcbc4bc1f5d221 (patch) | |
tree | 77851ece439e59655641bd002393078e8a9d006a /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 7fb053dd45f7754b0a359a9de1a7445aefcca318 (diff) |
change AsmPrinter to use DwarfDebug/DwarfException directly
instead of going through DwarfWriter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 21b406eeab..ebe3df4455 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -513,7 +513,7 @@ public: //===--------------------------------------------------------------------===// // Main entry points. // - DwarfDebug(AsmPrinter *A); + DwarfDebug(AsmPrinter *A, Module *M); virtual ~DwarfDebug(); /// beginModule - Emit all Dwarf sections that should come prior to the |