Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make llvm-dwarfdump exit with non-zero exit code if error was occured. | Alexey Samsonov | 2015-06-25 | 1 | -3/+3 |
| | | | | llvm-svn: 240729 | ||||
* | Revert "[Object, ELF] Fix segmentation fault in ELFFile::getSectionName()." | Alexey Samsonov | 2015-06-04 | 1 | -3/+0 |
| | | | | | | This reverts commit r239124. llvm-svn: 239125 | ||||
* | [Object, ELF] Fix segmentation fault in ELFFile::getSectionName(). | Alexey Samsonov | 2015-06-04 | 1 | -0/+3 |
| | | | | | | Don't do a null dereference if .shstrtab section is missing. llvm-svn: 239124 | ||||
* | [Object, ELF] Don't assert on invalid magic in createELFObjectFile. | Alexey Samsonov | 2015-06-04 | 1 | -0/+1 |
| | | | | | | Instead, return a proper error code from factory. llvm-svn: 239116 | ||||
* | [Object, ELF] Don't call llvm_unreachable() from createELFObjectFile. | Alexey Samsonov | 2015-06-04 | 1 | -0/+1 |
| | | | | | | Instead, return a proper error code from factory. llvm-svn: 239113 | ||||
* | Improve test added in r238481. | Alexey Samsonov | 2015-06-03 | 1 | -2/+2 |
| | | | | llvm-svn: 238985 | ||||
* | Object, ELF: Use error code instead of calling report_fatal_error() | Alexey Samsonov | 2015-05-28 | 1 | -0/+4 |
Make createELFObjectFile() return object_error::parse_failed on encountering invalid ELF file, instead of crashing the program. llvm-svn: 238481 |