Factor out the checking of string tables.
[oota-llvm.git] / include / llvm / Object / Error.h
index c9db1b80b91697665ba8a96e6b63ffc584cdedbd..1b0b56787c5cd34342492903b6c7c28dddd2eb70 100644 (file)
@@ -27,6 +27,7 @@ enum class object_error {
   invalid_file_type,
   parse_failed,
   unexpected_eof,
+  string_table_non_null_end,
   bitcode_section_not_found,
   macho_small_load_command,
   macho_load_segment_too_many_sections,