Error codes that can be produced while reading bitcode.
Declared in <llvm/Bitcode/BitcodeReader.h>
enum class BitcodeError : int;
| Name | Description |
|---|---|
CorruptedBitcode | The bitcode stream is corrupted or otherwise invalid. |
| Name | Description |
|---|---|
make_error_code | Convert a BitcodeError into a std::error_code. |