llvm-project
6b90f70a
- [lldb] Fix wrong arguments in MergeSections address mismatch warning (#188610)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#188610 - [lldb] Fix wrong arguments in MergeSections address mismatch warning
Author
satyajanga
Parents
6364dd94
Loading