X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FObject%2FError.h;h=0f79a6ed0dd81d429e090960c55cede4426ff4ed;hb=e1358aa4ce91f21b82609dd1f0c85a7967903996;hp=1b0b56787c5cd34342492903b6c7c28dddd2eb70;hpb=9a6c9023325b44115e5559098c4e01914d13ee82;p=oota-llvm.git diff --git a/include/llvm/Object/Error.h b/include/llvm/Object/Error.h index 1b0b56787c5..0f79a6ed0dd 100644 --- a/include/llvm/Object/Error.h +++ b/include/llvm/Object/Error.h @@ -28,7 +28,9 @@ enum class object_error { parse_failed, unexpected_eof, string_table_non_null_end, + invalid_section_index, bitcode_section_not_found, + elf_invalid_dynamic_table_size, macho_small_load_command, macho_load_segment_too_many_sections, macho_load_segment_too_small,