Fixed a bug where when Skelton CU had DW_AT_ranges, it the output CU DW_AT_ranges
offset was relative, and not absolute.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Please revise the summary before committing.
bolt/lib/Rewrite/DWARFRewriter.cpp | ||
---|---|---|
1248 | Are you checking DWOId somewhere else? If not, convert to error. |
bolt/lib/Rewrite/DWARFRewriter.cpp | ||
---|---|---|
1248 | not in all code paths that can lead to this function execution. |
Are you checking DWOId somewhere else? If not, convert to error.