llvm-6502/lib/Object
Eli Bendersky a965baca3c When encountering an unknown file format, ObjectFile::createObjectFile should
politely report it instead of running into llvm_unreachable.

Also patch llvm-dwarfdump to actually check whether the file it's attempting to
dump is a valid object file.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173489 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 20:53:41 +00:00
..
Archive.cpp [Object][Archive] Fix name handling with bsd style long names. 2013-01-10 01:05:34 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Add interface for querying object files for symbol values. 2012-10-29 10:47:00 +00:00
ELFObjectFile.cpp [Object][ELF] Simplify ELFObjectFile by using ELFType. 2013-01-15 07:44:25 +00:00
Error.cpp
LLVMBuild.txt
MachOObject.cpp [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
MachOObjectFile.cpp Add a function to get the segment name of a section. 2012-12-21 03:47:03 +00:00
Makefile
Object.cpp
ObjectFile.cpp When encountering an unknown file format, ObjectFile::createObjectFile should 2013-01-25 20:53:41 +00:00