[llvm-commits] [llvm] r168400 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Eric Christopher echristo at gmail.com
Tue Nov 20 16:17:49 PST 2012


Author: echristo
Date: Tue Nov 20 18:17:49 2012
New Revision: 168400

URL: http://llvm.org/viewvc/llvm-project?rev=168400&view=rev
Log:
Update some comments.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=168400&r1=168399&r2=168400&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Tue Nov 20 18:17:49 2012
@@ -316,7 +316,8 @@
   // table for the same directory as DW_at_comp_dir.
   StringRef CompilationDir;
 
-  // A holder for the DarwinGDBCompat flag so that the compile unit can use it.
+  // Holders for the various debug information flags that we might need to
+  // have exposed. See accessor functions below for description.
   bool isDarwinGDBCompat;
   bool hasDwarfAccelTables;
   bool hasDwarfFission;





More information about the llvm-commits mailing list