[llvm] [BOLT][DWARF] Fix parent chain in debug_names entries with forward declaration. (PR #93865)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 17:23:56 PDT 2024
================
@@ -496,9 +506,6 @@ uint32_t DIEBuilder::finalizeDIEs(
}
Die.setSize(CurSize);
- if (NameEntry)
----------------
ayermolo wrote:
I no loner use explicit vector and it is handled fully by recursion.
https://github.com/llvm/llvm-project/pull/93865
More information about the llvm-commits
mailing list