diff options
Diffstat (limited to 'llvm/tools/obj2yaml/Error.h')
-rw-r--r-- | llvm/tools/obj2yaml/Error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/obj2yaml/Error.h b/llvm/tools/obj2yaml/Error.h index 982f59e236c..7be92e9aace 100644 --- a/llvm/tools/obj2yaml/Error.h +++ b/llvm/tools/obj2yaml/Error.h @@ -19,7 +19,8 @@ enum class obj2yaml_error { success = 0, file_not_found, unrecognized_file_format, - unsupported_obj_file_format + unsupported_obj_file_format, + not_implemented }; inline std::error_code make_error_code(obj2yaml_error e) { |