[Lldb-commits] [lldb] [lldb] Store proper integer bitwidth in Scalar Type (PR #81451)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 12 10:35:25 PST 2024
https://github.com/bulbazord requested changes to this pull request.
This uses `DataExtractor::GetMaxU64` which already does this under the hood. What does this do that isn't already being done? It may help if you add a test case to show what you are trying to fix.
https://github.com/llvm/llvm-project/pull/81451
More information about the lldb-commits
mailing list