diff options
author | Dave Lee <davelee.com@gmail.com> | 2025-08-21 13:42:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-21 13:42:49 -0700 |
commit | 933d8723b04cbc62ad1ceaad56166d75f7c4050c (patch) | |
tree | 870ec18a165c5932b9bbf5fafc5c0771badf86d5 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 545cda649e940c58440530cbd2130f479aea77a9 (diff) | |
download | llvm-933d8723b04cbc62ad1ceaad56166d75f7c4050c.zip llvm-933d8723b04cbc62ad1ceaad56166d75f7c4050c.tar.gz llvm-933d8723b04cbc62ad1ceaad56166d75f7c4050c.tar.bz2 |
[llvm][utils] Improve the StringRef summary formatter (#151594)
Improve the `StringRef` summary formatter in the following ways:
* inherit adherence to the `target.max-string-summary-length` setting
* support non-printable bytes (such as null bytes, and any other binary data)
With the previous implementation, some non-printable bytes would raise a
Python exception.
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions