Unverified Commit bf2b035e authored by Alexander Yermolovich's avatar Alexander Yermolovich Committed by GitHub
Browse files

[BOLT][DWARF] Fix handling .debug_str_offsets for type units (#75522)

There was an assumpiton that TUs and CUs share .debug_str_offsets
contribution. For ThinLTO builds it is not the case. Changed so that we
parse contributions for TUs also, and did some refactoring so that we
don't re-parse contributions that were not modified.
parent bd6a2452
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment