llvm-project
65c24e50 - [lldb][examples] Use "chr" in CFString.py

Commit
193 days ago
[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.
Author
Parents
Loading