mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
Remove `CommandReturnObject::AppendRawError` and replace its two uses with `AppendError`, which correctly prefixes the message with `error:`. The comment for the method is outdated and the prefixing is clearly desired in both situations.