mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 17:36:06 +00: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