[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 14:50:49 PST 2024
ayermolo wrote:
> Any reason for creating `DebugNames` under `Core` and not under `Rewrite`?
> Any reason for creating `DebugNames` under `Core` and not under `Rewrite`?
Well it's not a re-writer it's a supporting data structure. I viewed it similar to DIEBuilder, DebugData
https://github.com/llvm/llvm-project/pull/81062
More information about the llvm-commits
mailing list