summaryrefslogtreecommitdiff
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-08 21:41:18 +0000
committerEric Christopher <echristo@gmail.com>2012-10-08 21:41:18 +0000
commit6c7a5ac62ce1c235c455d6b648c6f04aa7a91639 (patch)
treeb3687983d1818370a503132d99f04c174de6c795 /include/llvm/MC
parente57cb731532cfe91788823cd5b5b847311bd3920 (diff)
downloadllvm-6c7a5ac62ce1c235c455d6b648c6f04aa7a91639.tar.gz
llvm-6c7a5ac62ce1c235c455d6b648c6f04aa7a91639.tar.bz2
llvm-6c7a5ac62ce1c235c455d6b648c6f04aa7a91639.tar.xz
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCObjectFileInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/MC/MCObjectFileInfo.h b/include/llvm/MC/MCObjectFileInfo.h
index 74e2263c73..23e5513ae3 100644
--- a/include/llvm/MC/MCObjectFileInfo.h
+++ b/include/llvm/MC/MCObjectFileInfo.h
@@ -84,7 +84,8 @@ protected:
/// this is the section to emit them into.
const MCSection *CompactUnwindSection;
- /// DwarfAccelNamesSection, DwarfAccelObjCSection
+ /// DwarfAccelNamesSection, DwarfAccelObjCSection,
+ /// DwarfAccelNamespaceSection, DwarfAccelTypesSection -
/// If we use the DWARF accelerated hash tables then we want toe emit these
/// sections.
const MCSection *DwarfAccelNamesSection;