diff options
author | Eric Christopher <echristo@gmail.com> | 2012-10-08 21:41:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-10-08 21:41:18 +0000 |
commit | 6c7a5ac62ce1c235c455d6b648c6f04aa7a91639 (patch) | |
tree | b3687983d1818370a503132d99f04c174de6c795 /include | |
parent | e57cb731532cfe91788823cd5b5b847311bd3920 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/MC/MCObjectFileInfo.h | 3 |
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; |