mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
These happen in a couple of tests when lldb tries to pretty print a const char * variable in the inferior which points to garbage. Instead, we have the python replace the invalid sequences with the unicode replacement character. llvm-svn: 341274