mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
While testing baremetal lldb, I came across a situation that if an instruction could not be disassembled, lldb will print nothing as an output which might be a bit strange. I added at least printing warning in this case.