| commit | 543c0e1d508807c6d0e82cca0748e6b8ccc66948 | [log] [tgz] |
|---|---|---|
| author | Paul Robinson <paul.robinson@sony.com> | Tue May 22 17:27:31 2018 +0000 |
| committer | Paul Robinson <paul.robinson@sony.com> | Tue May 22 17:27:31 2018 +0000 |
| tree | 596bf4046ad8a0f3e6d91d82fecfeb33198880b1 | |
| parent | 9bfe932c541cdbe8978f399e79ec95bb61e94f71 [diff] |
[DWARFv5] Put the DWO ID in its place. In DWARF v5, the DWO ID is in the (split/skeleton) CU header, not an attribute on the CU DIE. This changes the size of those headers, so use the parsed size whenever we have one, for simplicitly. Differential Revision: https://reviews.llvm.org/D47158 llvm-svn: 333004