Basic support for parsing Mach-O universal binaries in LLVMObject library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov
2013-06-18 15:03:28 +00:00
parent 79ac9c8402
commit 9c22f87b13
17 changed files with 312 additions and 4 deletions
+1
View 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