Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic support for parsing Mach-O universal binaries in LLVMObject library | Alexey Samsonov | 2013-06-18 | 1 | -0/+2 |
| | | | | llvm-svn: 184191 | ||||
* | Don't convert object_error's enum to and from int. | Rafael Espindola | 2013-06-18 | 1 | -4/+4 |
| | | | | | | | This allows the compiler to see the enum and warn about it. While in here, fix a switch to not use a default and fix style violations. llvm-svn: 184186 | ||||
* | Object: Add proper error handling. | Michael J. Spencer | 2011-06-25 | 1 | -0/+2 |
| | | | | llvm-svn: 133872 | ||||
* | Add Object/Error. | Michael J. Spencer | 2011-06-25 | 1 | -0/+55 |
| | | | | llvm-svn: 133868 | ||||
* | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer | 2011-06-13 | 1 | -55/+0 |
| | | | | llvm-svn: 132914 | ||||
* | Add Object/Error. | Michael J. Spencer | 2011-06-13 | 1 | -0/+55 |
llvm-svn: 132909 |