[PATCH] D59008: [AMDGPU] Switch default dwarf version to 5
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 12:00:59 PDT 2019
dblaikie added a comment.
In D59008#1441903 <https://reviews.llvm.org/D59008#1441903>, @t-tye wrote:
> LGTM
>
> Do we know the state of split DWARF and DWARF compression for DWARF 5 (compared to DWARF 2)?
State of them in what sense? Compression is pretty orthogonal to any DWARF version - it's more about the container (ELF, etc) you use. Split DWARF is non-standardly supported in pre-v5, and I think it's functioning in the standards conformant v5 mode too.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59008/new/
https://reviews.llvm.org/D59008
More information about the cfe-commits
mailing list