llvm-project
6b90f70a - [lldb] Fix wrong arguments in MergeSections address mismatch warning (#188610)

Commit
10 days ago
[lldb] Fix wrong arguments in MergeSections address mismatch warning (#188610) The warning message intended to print the mismatched file addresses, but was passing GetByteSize() instead of GetFileAddress() for both the expected and actual values.
Author
Parents
Loading