Add comments.
authorEric Christopher <echristo@gmail.com>
Wed, 28 Nov 2012 02:49:34 +0000 (02:49 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 28 Nov 2012 02:49:34 +0000 (02:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168763 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCObjectFileInfo.cpp

index 2e1604d6b506b11f93e610d3de508a56790d137b..c6164d4c181bf4e8958327c0db7fd2ad8fe26bdb 100644 (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());