[llvm] [BOLT][DWARF][NFC] Replace usages of GDBIndex functions (PR #94701)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 11:04:28 PDT 2024


================
@@ -653,6 +655,7 @@ void DWARFRewriter::updateDebugInfo() {
   DWARF5AcceleratorTable DebugNamesTable(opts::CreateDebugNames, BC,
                                          *StrWriter);
   DWPState State;
+  GDBIndex GDBIndexSection(BC);
----------------
ayermolo wrote:

Can you move this above state, just to group Accelerator tables together.

https://github.com/llvm/llvm-project/pull/94701


More information about the llvm-commits mailing list