4 Commits

Author SHA1 Message Date
itrofimow
cccc9d3221
[BOLT] Don't emit invalid (gdb-breaking) address ranges in gdb-index (#151923)
Empty address map ranges in gdb-index break gdb, so don't emit them
2025-09-26 13:37:44 -07:00
itrofimow
1685a6a602
[BOLT] Fix incorrect CU-indicies in gdb-index (#151927)
After we sort the CUVector, we have to update CU-indices in address map
and constant pool
2025-09-25 11:15:49 -07:00
Sayhaan Siddiqui
33960ce5a8
[BOLT][DWARF] Sort GDBIndexTUEntryVector (#101264)
Sorts GDBIndexTUEntryVector in decreasing order by hash to ensure
determinism when parallelized.
2024-07-31 11:35:38 -07:00
Sayhaan Siddiqui
2a6efe6a49
[BOLT][DWARF][NFC] Refactor GDB Index into a new file (#94405)
Create a new class and file for functions that update GDB index.
2024-06-06 07:23:05 -07:00