Files
llvm/lldb/examples
David Spickett 65c24e5022 [lldb][examples] Use "chr" in CFString.py
Python3 removed "unichr" when string encoding was changed,
so this code tried to import that then defaulted to "chr"
if it couldn't.

Since LLVM requires >=3.8 we can use "chr" directly.
2025-10-16 09:58:54 +00:00
..