Add comments.

llvm-svn: 168763
This commit is contained in:
Eric Christopher 2012-11-28 02:49:34 +00:00
parent 038e22ca3f
commit 27ed8ec126
1 changed files with 4 additions and 0 deletions

View File

@ -392,6 +392,10 @@ void MCObjectFileInfo::InitELFMCObjectFileInfo(Triple T) {
DwarfMacroInfoSection =
Ctx->getELFSection(".debug_macinfo", ELF::SHT_PROGBITS, 0,
SectionKind::getMetadata());
// DWARF5 Experimental Debug Info
// Accelerator Tables
DwarfAccelNamesSection =
Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0,
SectionKind::getMetadata());