forked from OSchip/llvm-project
Declare class DwarfDebug before use instead of relying on a forward declaration
from some other unrelated header. Patch by Kai. llvm-svn: 170284
This commit is contained in:
parent
7730cf0b62
commit
2943ce80f3
|
@ -41,6 +41,7 @@ class DIEAbbrev;
|
||||||
class DIE;
|
class DIE;
|
||||||
class DIEBlock;
|
class DIEBlock;
|
||||||
class DIEEntry;
|
class DIEEntry;
|
||||||
|
class DwarfDebug;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
/// \brief This class is used to record source line correspondence.
|
/// \brief This class is used to record source line correspondence.
|
||||||
|
|
Loading…
Reference in New Issue