[llvm-commits] [llvm] r165431 - /llvm/trunk/include/llvm/MC/MCObjectFileInfo.h

Eric Christopher echristo at gmail.com
Mon Oct 8 14:41:18 PDT 2012


Author: echristo
Date: Mon Oct  8 16:41:18 2012
New Revision: 165431

URL: http://llvm.org/viewvc/llvm-project?rev=165431&view=rev
Log:
Update comment.

Modified:
    llvm/trunk/include/llvm/MC/MCObjectFileInfo.h

Modified: llvm/trunk/include/llvm/MC/MCObjectFileInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCObjectFileInfo.h?rev=165431&r1=165430&r2=165431&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCObjectFileInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCObjectFileInfo.h Mon Oct  8 16:41:18 2012
@@ -84,7 +84,8 @@
   /// 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;





More information about the llvm-commits mailing list