diff options
Diffstat (limited to 'llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h')
-rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h b/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h index a3d4171f693..69ff29aab6f 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h +++ b/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h @@ -19,6 +19,7 @@ namespace codeview { enum class cv_error_code { unspecified = 1, insufficient_buffer, + operation_unsupported, corrupt_record, }; |