Skip to content

Commit

Permalink
Update and add some comments.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168399 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Nov 21, 2012
1 parent c82fbf4 commit e6ad6ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/CodeGen/AsmPrinter/DwarfDebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,15 @@ class DwarfDebug {
/// useDarwinGDBCompat - returns whether or not to limit some of our debug
/// output to the limitations of darwin gdb.
bool useDarwinGDBCompat() { return isDarwinGDBCompat; }

// Experimental DWARF5 features.

/// useDwarfAccelTables - returns whether or not to emit tables that
/// dwarf consumers can use to accelerate lookup.
bool useDwarfAccelTables() { return hasDwarfAccelTables; }

/// useDwarfFission - returns whether or not to change the current debug
/// info for the fission proposal support.
bool useDwarfFission() { return hasDwarfFission; }
};
} // End of namespace llvm
Expand Down

0 comments on commit e6ad6ac

Please sign in to comment.