summaryrefslogtreecommitdiff
path: root/include/llvm/Object/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Object/Error.h')
-rw-r--r--include/llvm/Object/Error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Object/Error.h b/include/llvm/Object/Error.h
index 32b834f215..8b0570b02f 100644
--- a/include/llvm/Object/Error.h
+++ b/include/llvm/Object/Error.h
@@ -24,6 +24,7 @@ const error_category &object_category();
struct object_error {
enum Impl {
success = 0,
+ arch_not_found,
invalid_file_type,
parse_failed,
unexpected_eof