Alexey Samsonov
|
c200b66742
|
Make llvm-dwarfdump exit with non-zero exit code if error was occured.
llvm-svn: 240729
|
2015-06-25 23:40:15 +00:00 |
|
Alexey Samsonov
|
c195a9593e
|
Revert "[Object, ELF] Fix segmentation fault in ELFFile::getSectionName()."
This reverts commit r239124.
llvm-svn: 239125
|
2015-06-04 23:58:31 +00:00 |
|
Alexey Samsonov
|
0a55c45eea
|
[Object, ELF] Fix segmentation fault in ELFFile::getSectionName().
Don't do a null dereference if .shstrtab section is missing.
llvm-svn: 239124
|
2015-06-04 23:40:23 +00:00 |
|
Alexey Samsonov
|
4123298867
|
[Object, ELF] Don't assert on invalid magic in createELFObjectFile.
Instead, return a proper error code from factory.
llvm-svn: 239116
|
2015-06-04 23:14:43 +00:00 |
|
Alexey Samsonov
|
63f08edf88
|
[Object, ELF] Don't call llvm_unreachable() from createELFObjectFile.
Instead, return a proper error code from factory.
llvm-svn: 239113
|
2015-06-04 22:58:25 +00:00 |
|
Alexey Samsonov
|
4784124872
|
Improve test added in r238481.
llvm-svn: 238985
|
2015-06-03 22:36:17 +00:00 |
|
Alexey Samsonov
|
f3d4c9a164
|
Object, ELF: Use error code instead of calling report_fatal_error()
Make createELFObjectFile() return object_error::parse_failed on
encountering invalid ELF file, instead of crashing the program.
llvm-svn: 238481
|
2015-05-28 20:25:42 +00:00 |
|