diff options
author | Ross Brunton <ross@codeplay.com> | 2025-05-19 15:38:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 09:38:34 -0500 |
commit | 1532ee6916ef16627bafddced391c0b5a31390fe (patch) | |
tree | 2a68b73bd4cc4e959e4ee4acd8be0286bc725e2b /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 4bdd116b80670cf74ced3e36def6ca09169ff7ac (diff) | |
download | llvm-1532ee6916ef16627bafddced391c0b5a31390fe.zip llvm-1532ee6916ef16627bafddced391c0b5a31390fe.tar.gz llvm-1532ee6916ef16627bafddced391c0b5a31390fe.tar.bz2 |
[Offload] Add Error Codes to PluginInterface (#138258)
A new ErrorCode enumeration is present in PluginInterface which can
be used when returning an llvm::Error from offload and PluginInterface
functions.
This enum must be kept up to sync with liboffload's ol_errc_t enum, so
both are automatically generated from liboffload's enum definition.
Some error codes have also been shuffled around to allow for future
work. Note that this patch only adds the machinery; actual error codes
will be added in a future patch.
~~Depends on #137339 , please ignore first commit of this MR.~~ This has
been merged.
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions