forked from OSchip/llvm-project
parent
b90501d7da
commit
42e3994e77
|
@ -312,6 +312,8 @@ class DwarfDebug {
|
||||||
// Holders for the various debug information flags that we might need to
|
// Holders for the various debug information flags that we might need to
|
||||||
// have exposed. See accessor functions below for description.
|
// have exposed. See accessor functions below for description.
|
||||||
bool IsDarwinGDBCompat;
|
bool IsDarwinGDBCompat;
|
||||||
|
|
||||||
|
// DWARF5 Experimental Options
|
||||||
bool HasDwarfAccelTables;
|
bool HasDwarfAccelTables;
|
||||||
bool HasDwarfFission;
|
bool HasDwarfFission;
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue