[Lldb-commits] [lldb] ObjectFileJSON and Section changes to support section.address field i… (PR #101062)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 29 14:41:28 PDT 2024
JDevlieghere wrote:
This patch fixes the deserialization of the "address" field which surely can be tested in isolation. The existing test (`TestObjectFileJSON.py`) has `address` set to zero, which is why this happens to work today. It should be possible to either update the test or add a new one that has a non-zero section address, which would fail prior to this patch, but pass with it.
https://github.com/llvm/llvm-project/pull/101062
More information about the lldb-commits
mailing list