[llvm] [BOLT][DWARF] Skip processing DWARF CUs with a DWO ID but no DWO name. (PR #154749)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 22 23:06:40 PDT 2025


================
@@ -0,0 +1,630 @@
+## This test checks that broken DWARF—having 
+## a DWOId but missing a DWOName—is correctly detected.
----------------
maksfb wrote:

```suggestion
## Check that DWARF CU with a valid DWOId but missing a dwo_name is correctly detected.
```

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


More information about the llvm-commits mailing list