[llvm][utils] Fix SmallString summary provider (#78527)
commit45d1cca3394fa4b14561dd6c36104ff8e20e51db
authorDave Lee <davelee.com@gmail.com>
Thu, 18 Jan 2024 18:35:18 +0000 (18 10:35 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 18:35:18 +0000 (18 10:35 -0800)
treefe7d534107c921652a6a2b942564d2868e92c489
parent2663d2cb9c9361f0b234c40a0f50c7ba0748eb26
[llvm][utils] Fix SmallString summary provider (#78527)

Fixes `SmallString` summary provider, which was incorrectly producing the empty string.
Initially I thought the strings I was debugging were empty for unknown reasons, but
that was not the case.
llvm/utils/lldbDataFormatters.py