diff options
author | Eric Christopher <echristo@gmail.com> | 2012-11-28 02:49:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-11-28 02:49:34 +0000 |
commit | ea1504d0bd2f1171890b090b2ce007a78a05029f (patch) | |
tree | 8d7fc9f8add75347886e5a88cb3b8cb1dfa06089 /lib/MC/MCObjectFileInfo.cpp | |
parent | 915e46fd967f9a51e128f80d762afd03463a897e (diff) |
Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCObjectFileInfo.cpp')
-rw-r--r-- | lib/MC/MCObjectFileInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MC/MCObjectFileInfo.cpp b/lib/MC/MCObjectFileInfo.cpp index 2e1604d6b5..c6164d4c18 100644 --- a/lib/MC/MCObjectFileInfo.cpp +++ b/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()); |