summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit27ed8ec126feaca56455c02190eac03b52210214 (patch)
treee93159a4c625e90bfab4c652aa943026c0171b27 /llvm/lib/MC/MCObjectFileInfo.cpp
parent038e22ca3fdd22da087589ab66fd95ccd838a2e9 (diff)
downloadbcm5719-llvm-27ed8ec126feaca56455c02190eac03b52210214.tar.gz
bcm5719-llvm-27ed8ec126feaca56455c02190eac03b52210214.zip
Add comments.
llvm-svn: 168763
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
-rw-r--r--llvm/lib/MC/MCObjectFileInfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp
index 2e1604d6b50..c6164d4c181 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());
OpenPOWER on IntegriCloud