diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:45:00 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:45:00 +0000 |
commit | 12f3ca4cdb95b193af905a00e722a4dcb40b3de3 (patch) | |
tree | ae1a7fcfc24a8d4b23206c57121c3f361d4b7f84 /unittests/DebugInfo | |
parent | d99dafe2e4a385dd2a6c76da6d8258deb100657b (diff) |
Notes
Diffstat (limited to 'unittests/DebugInfo')
-rw-r--r-- | unittests/DebugInfo/DWARF/DwarfGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/DebugInfo/DWARF/DwarfGenerator.h b/unittests/DebugInfo/DWARF/DwarfGenerator.h index 966725b4fa4e7..76665e5193e83 100644 --- a/unittests/DebugInfo/DWARF/DwarfGenerator.h +++ b/unittests/DebugInfo/DWARF/DwarfGenerator.h @@ -138,7 +138,7 @@ public: /// contained inside this class. class CompileUnit { Generator &DG; - DIEUnit DU; + BasicDIEUnit DU; public: CompileUnit(Generator &D, uint16_t V, uint8_t A) |