Really unbreak Mac build.
[oota-llvm.git] / include / llvm / Object / Error.h
index 32b834f21543fe804ad8e305cf215d41843c5acd..8b0570b02f8b163f00b5274b832ffd8ff5c6c210 100644 (file)
@@ -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