Update some comments.

llvm-svn: 168400
This commit is contained in:
Eric Christopher 2012-11-21 00:17:49 +00:00
parent 55c5181525
commit 5d1cf930df
1 changed files with 2 additions and 1 deletions

View File

@ -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;