diff options
Diffstat (limited to 'offload/liboffload/API/Common.td')
| -rw-r--r-- | offload/liboffload/API/Common.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offload/liboffload/API/Common.td b/offload/liboffload/API/Common.td index cd8c3c63fde8..79c3bd46f198 100644 --- a/offload/liboffload/API/Common.td +++ b/offload/liboffload/API/Common.td @@ -104,6 +104,7 @@ def ErrorCode : Enum { Etor<"UNIMPLEMENTED", "generic error code for features currently unimplemented by the device/backend">, Etor<"UNSUPPORTED", "generic error code for features unsupported by the device/backend">, Etor<"ASSEMBLE_FAILURE", "assembler failure while processing binary image">, + Etor<"COMPILE_FAILURE", "jit compile failure while processing binary image">, Etor<"LINK_FAILURE", "linker failure while processing binary image">, Etor<"BACKEND_FAILURE", "the plugin backend is in an invalid or unsupported state">, Etor<"UNINITIALIZED", "not initialized">, |
