[llvm] [BOLT][DWARF] Skip processing DWARF CUs with a DWO ID but no DWO name (PR #154749)
Jinjie Huang via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 01:29:00 PDT 2025
================
@@ -217,7 +217,7 @@ class DIEBuilder {
std::optional<BOLTDWARF5AccelTableData *> Parent,
uint32_t NumberParentsInChain);
- void registerUnit(DWARFUnit &DU, bool NeedSort);
+ bool registerUnit(DWARFUnit &DU, bool NeedSort);
----------------
Jinjie-Huang wrote:
Thanks for pointing it out.
https://github.com/llvm/llvm-project/pull/154749
More information about the llvm-commits
mailing list