mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
Revert r88939.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -48,7 +48,7 @@ namespace llvm {
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
/// CompileUnit - This dwarf writer support class manages information associate
|
/// CompileUnit - This dwarf writer support class manages information associate
|
||||||
/// with a source file.
|
/// with a source file.
|
||||||
class VISIBILITY_HIDDEN CompileUnit {
|
class CompileUnit {
|
||||||
/// ID - File identifier for source.
|
/// ID - File identifier for source.
|
||||||
///
|
///
|
||||||
unsigned ID;
|
unsigned ID;
|
||||||
@ -241,7 +241,7 @@ void DbgScope::dump() const {
|
|||||||
/// DbgConcreteScope - This class is used to track a scope that holds concrete
|
/// DbgConcreteScope - This class is used to track a scope that holds concrete
|
||||||
/// instance information.
|
/// instance information.
|
||||||
///
|
///
|
||||||
class VISIBILITY_HIDDEN DbgConcreteScope : public DbgScope {
|
class DbgConcreteScope : public DbgScope {
|
||||||
CompileUnit *Unit;
|
CompileUnit *Unit;
|
||||||
DIE *Die; // Debug info for this concrete scope.
|
DIE *Die; // Debug info for this concrete scope.
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user