summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-21 00:17:49 +0000
committerEric Christopher <echristo@gmail.com>2012-11-21 00:17:49 +0000
commit5d1cf930df28c2a80643473ea9821d378ae9e1eb (patch)
treeff39bec46524c6523b06bcc5b147ea985235942a /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent55c51815250a25b78ed8ac3dee0a0a843ac636ed (diff)
downloadbcm5719-llvm-5d1cf930df28c2a80643473ea9821d378ae9e1eb.tar.gz
bcm5719-llvm-5d1cf930df28c2a80643473ea9821d378ae9e1eb.zip
Update some comments.
llvm-svn: 168400
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5adf090b5ee..0582635a363 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -316,7 +316,8 @@ class DwarfDebug {
// 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;
OpenPOWER on IntegriCloud