commit | fc302c2b7f1c224be03caba3a82282a943a31519 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri May 24 01:41:58 2019 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri May 24 01:41:58 2019 +0000 |
tree | a7019c5527dd2e86b1cc2cd687d43b0a9c61a9f4 | |
parent | 8458c9ef42390b3042765c33b09b4ade0e9c22fc [diff] |
dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header Rather than trying one and then the other - use the kind of the CU to select which kind of header to parse. llvm-svn: 361589