commit | 2d1fc4375f3885f0ee0ffcb58fc554530cd74ef2 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Thu Mar 29 13:47:57 2018 +0000 |
committer | Pavel Labath <labath@google.com> | Thu Mar 29 13:47:57 2018 +0000 |
tree | 635ba95793254f745abd8cd5ca0280c2a6eb5e97 | |
parent | 4f8f1e5115efd6c0bafbde0f1993b1298e85c3dd [diff] |
.debug_names: Parse DW_IDX_die_offset as a reference Before this patch we were parsing the attributes as section offsets, as that is what apple_names is doing. However, this is not correct as DWARF v5 specifies that this attribute should use the Reference form class. This also updates all the testcases (except the ones that deliberately pass a different form) to use the correct form class. llvm-svn: 328773