mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-19 13:38:56 +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:
parent
c82fbf4cb1
commit
e6ad6acb19
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user