[Lldb-commits] [lldb] [LLDB][ELF] Fix section unification to not just use names. (PR #90099)

Alastair Houghton via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 03:43:29 PDT 2024


al45tair wrote:

> Can we add a test for this with obj2yaml?

Not sure what you're thinking here. We can't use `yaml2obj` to generate an object with this problem because that tool assumes symbols are in a uniquely named section (which is mostly reasonable), and `obj2yaml` doesn't exercise the code in LLDB. I'll take a look and see what we can do as a test.

https://github.com/llvm/llvm-project/pull/90099


More information about the lldb-commits mailing list