summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-29 22:56:13 +0000
committerEric Christopher <echristo@gmail.com>2012-11-29 22:56:13 +0000
commit5cf823cd82778e3193a18feffeee69b2beb92c68 (patch)
treef78ca443930a833abc80180a64d1a994dbb8bc1f /lib/CodeGen/AsmPrinter/DwarfDebug.h
parentc63ee60ef030177fed0fea9212bc2f516fdf0796 (diff)
downloadllvm-5cf823cd82778e3193a18feffeee69b2beb92c68.tar.gz
llvm-5cf823cd82778e3193a18feffeee69b2beb92c68.tar.bz2
llvm-5cf823cd82778e3193a18feffeee69b2beb92c68.tar.xz
More comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index f47864ad69..b6b28fa7e9 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -312,6 +312,8 @@ class DwarfDebug {
// 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: