mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base class overload.
Code review feedback from Eric Christopher. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d22500de3
commit
01a02d91dc
@ -577,6 +577,9 @@ public:
|
||||
sizeof(uint32_t); // Type DIE Offset
|
||||
}
|
||||
void initSection(const MCSection *Section);
|
||||
// Bring in the base function (taking two args, including the section symbol)
|
||||
// for use when building DWO type units (they don't go in unique comdat
|
||||
// sections)
|
||||
using DwarfUnit::initSection;
|
||||
DwarfCompileUnit &getCU() override { return CU; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user