Fixed issue where {tu,cu}-index fixup code for DWARF5 that would report an error when
fixup map is empty. Which is the case when seciton(s) are not over 4GB or
--manaully-generate-unit-index is not specified
Details
Details
- Reviewers
dblaikie - Commits
- rG3ba4d082da3d: [dwarfdump][dwarf] Fix parsing of tu-index
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/test/DebugInfo/X86/dwp-v5-tu-index.s | ||
---|---|---|
9 | Perhaps this should be a bit less specific, otherwise it might easily be missed - maybe use an --implicit-check-not in the FileCheck command? (like --implicit-check-not=error) |
Perhaps this should be a bit less specific, otherwise it might easily be missed - maybe use an --implicit-check-not in the FileCheck command? (like --implicit-check-not=error)