[llvm-commits] [llvm] r168952 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Eric Christopher
echristo at gmail.com
Thu Nov 29 14:56:13 PST 2012
Author: echristo
Date: Thu Nov 29 16:56:13 2012
New Revision: 168952
URL: http://llvm.org/viewvc/llvm-project?rev=168952&view=rev
Log:
More comment.
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=168952&r1=168951&r2=168952&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Thu Nov 29 16:56:13 2012
@@ -312,6 +312,8 @@
// Holders for the various debug information flags that we might need to
// have exposed. See accessor functions below for description.
bool IsDarwinGDBCompat;
+
+ // DWARF5 Experimental Options
bool HasDwarfAccelTables;
bool HasDwarfFission;
private:
More information about the llvm-commits
mailing list