From 27ed8ec126feaca56455c02190eac03b52210214 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 28 Nov 2012 02:49:34 +0000 Subject: [PATCH] Add comments. llvm-svn: 168763 --- llvm/lib/MC/MCObjectFileInfo.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp index 2e1604d..c6164d4 100644 --- a/llvm/lib/MC/MCObjectFileInfo.cpp +++ b/llvm/lib/MC/MCObjectFileInfo.cpp @@ -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()); -- 2.7.4