mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
Update and add some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -538,7 +538,15 @@ public:
|
|||||||
/// useDarwinGDBCompat - returns whether or not to limit some of our debug
|
/// useDarwinGDBCompat - returns whether or not to limit some of our debug
|
||||||
/// output to the limitations of darwin gdb.
|
/// output to the limitations of darwin gdb.
|
||||||
bool useDarwinGDBCompat() { return isDarwinGDBCompat; }
|
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; }
|
bool useDwarfAccelTables() { return hasDwarfAccelTables; }
|
||||||
|
|
||||||
|
/// useDwarfFission - returns whether or not to change the current debug
|
||||||
|
/// info for the fission proposal support.
|
||||||
bool useDwarfFission() { return hasDwarfFission; }
|
bool useDwarfFission() { return hasDwarfFission; }
|
||||||
};
|
};
|
||||||
} // End of namespace llvm
|
} // End of namespace llvm
|
||||||
|
Reference in New Issue
Block a user