diff options
author | Eric Christopher <echristo@gmail.com> | 2012-11-29 22:56:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-11-29 22:56:13 +0000 |
commit | 42e3994e7788a493cba8d115f8495908f4b8c546 (patch) | |
tree | ebc8799fb1f32162bbcdcf465ec18eac6733417f /llvm/lib/CodeGen | |
parent | b90501d7da1938621bcd1290491e2f29ca23d0dd (diff) | |
download | bcm5719-llvm-42e3994e7788a493cba8d115f8495908f4b8c546.tar.gz bcm5719-llvm-42e3994e7788a493cba8d115f8495908f4b8c546.zip |
More comment.
llvm-svn: 168952
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index f47864ad698..b6b28fa7e94 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/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: |