mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[Offload] Use new error code handling mechanism This removes the old ErrorCode-less error method and requires every user to provide a concrete error code. All calls have been updated. In addition, for consistency with error messages elsewhere in LLVM, all messages have been made to start lower case.