[all-commits] [llvm/llvm-project] 45d1cc: [llvm][utils] Fix SmallString summary provider (#7...
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Jan 18 10:35:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45d1cca3394fa4b14561dd6c36104ff8e20e51db
https://github.com/llvm/llvm-project/commit/45d1cca3394fa4b14561dd6c36104ff8e20e51db
Author: Dave Lee <davelee.com at gmail.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M llvm/utils/lldbDataFormatters.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list