================
@@ -925,6 +926,7 @@ class DwarfDebug : public DebugHandlerBase {
/// Sets the current DWARF5AccelTable to use.
void setCurrentDWARF5AccelTable(const DWARF5AccelTableKind Kind) {
+ CurrentKind = Kind;
----------------
dwblaikie wrote:
Could skip this variable and check `CurrentDebugNames == &AccelDebugNames` or
similar.
https://github.com/llvm/llvm-project/pull/77511
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits