mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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.