summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Kudrin <ikudrin@accesssoftek.com>2020-04-06 21:29:22 +0700
committerIgor Kudrin <ikudrin@accesssoftek.com>2020-04-08 12:50:58 +0700
commitaf11c556dbcee06b4511a6c5761f4cbd543d0047 (patch)
tree5bae5116d1e3ef1b1bd429c27490e842185e28a2 /README.md
parent0bc2eab6f5cd522eb83b2b862ce8a2651c97ee59 (diff)
downloadllvm-af11c556dbcee06b4511a6c5761f4cbd543d0047.tar.gz
[DebugInfo] Fix reading DWARFv5 type units in DWP.
In DWARFv5, type units are stored in .debug_info sections, along with compilation units, and they are distinguished by the unit_type field in the header, not by the name of the section. It is impossible to associate the correct index section of a DWP file with the unit before the unit's header is read. This patch fixes reading DWARFv5 type units by parsing the header first and then applying the index entry according to the actual unit type. Differential Revision: https://reviews.llvm.org/D77552
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions