diff options
author | Alexander Yermolovich <43973793+ayermolo@users.noreply.github.com> | 2024-06-05 09:57:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 09:57:11 -0700 |
commit | 61589b859974a3a4055c1065ad43b4899ee7bbcf (patch) | |
tree | 51854e2425abc7baa99b0dc4461d40a3d080775d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | baa6609fad698c9e3727f5aff9e57896889e6d35 (diff) | |
download | llvm-61589b859974a3a4055c1065ad43b4899ee7bbcf.zip llvm-61589b859974a3a4055c1065ad43b4899ee7bbcf.tar.gz llvm-61589b859974a3a4055c1065ad43b4899ee7bbcf.tar.bz2 |
[BOLT][DWARF] Fix parent chain in debug_names entries with forward declaration. (#93865)
Previously when an entry was skipped in parent chain a child will point
to the next valid entry in the chain. After discussion in
https://github.com/llvm/llvm-project/pull/91808 this is not very useful.
Changed implemenation so that all the children of the entry that is
skipped won't have DW_IDX_parent.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions