diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2024-07-08 13:47:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 13:47:44 +0100 |
commit | 1e6dfc624867fbfc6cd6e5dd534bd11f0616e7fc (patch) | |
tree | e94a0d0dab9138d82a8c715853196b886920403e /llvm/lib/Object/ELFObjectFile.cpp | |
parent | b9254ade77d41c7582a98e6754058c39fd456c2a (diff) | |
download | llvm-1e6dfc624867fbfc6cd6e5dd534bd11f0616e7fc.zip llvm-1e6dfc624867fbfc6cd6e5dd534bd11f0616e7fc.tar.gz llvm-1e6dfc624867fbfc6cd6e5dd534bd11f0616e7fc.tar.bz2 |
[lldb][DataFormatter] Remove support for old std::map layout (#97549)
We currently supported the layout from pre-2016 (before the layout
change in
[14caaddd3f08e798dcd9ac0ddfc](https://github.com/llvm/llvm-project/commit/14caaddd3f08e798dcd9ac0ddfc)).
We have another upcoming layout change in `__tree` and `map` (as part of
https://github.com/llvm/llvm-project/issues/93069) which will likely
require rewriting parts of this formatter. Removing the support for the
pre-2016 layout will make those changes more straightforward to
review/maintain.
Being backward compatible would be great but we have no tests that
actually verify that the old layout still works (and our oldest matrix
bot tests clang-15). If anyone feels strongly about keeping this layout,
we could possibly factor out that logic and keep it around.
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions