This patch adds a check to the DWARF verifier to detect CUs without a
unit DIE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/DebugInfo/DWARF/DWARFVerifier.cpp | ||
---|---|---|
186 ↗ | (On Diff #116997) | I think we always call this "error: " in lowercase to match compiler error formatting. Side note: I think it would be good to introduce something similar to the error() function in tools/dsymutil/DwarfLinker.cpp so we don't duplicate the "error: " and "warning: " strings a hundred times. |