[Lldb-commits] [lldb] [lldb] [ObjectFileMachO] BSS segments are loadable segments (PR #96983)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 28 11:33:29 PDT 2024
jasonmolenda wrote:
I was about to add a macosx/ API test to compile a program with only BSS data in the DATA segment, and I noticed I'd written `TestBSSOnlyDataSectionSliding.py` last year when I opted sections named "DATA" out of this "don't set a load address for BSS-only segments" behavior in ObjectFileMachO. This existing test is already covering the change I'm making in this PR.
https://github.com/llvm/llvm-project/pull/96983
More information about the lldb-commits
mailing list