aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectFileInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-28 02:49:34 +0000
committerEric Christopher <echristo@gmail.com>2012-11-28 02:49:34 +0000
commitea1504d0bd2f1171890b090b2ce007a78a05029f (patch)
tree8d7fc9f8add75347886e5a88cb3b8cb1dfa06089 /lib/MC/MCObjectFileInfo.cpp
parent915e46fd967f9a51e128f80d762afd03463a897e (diff)
downloadexternal_llvm-ea1504d0bd2f1171890b090b2ce007a78a05029f.zip
external_llvm-ea1504d0bd2f1171890b090b2ce007a78a05029f.tar.gz
external_llvm-ea1504d0bd2f1171890b090b2ce007a78a05029f.tar.bz2
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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MC/MCObjectFileInfo.cpp b/lib/MC/MCObjectFileInfo.cpp
index 2e1604d..c6164d4 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());