llvm-6502/lib/Object
Rafael Espindola 7f2f94faeb Fix pr17056.
This makes llvm-nm ignore members that are not sufficiently aligned for
lib/Object to handle.

These archives are invalid. GNU AR is able to handle this, but in general
just warns about broken archive members.

We should probably start warning too, but for now just make sure llvm-nm
exits with an 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211036 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-16 16:41:00 +00:00
..
Archive.cpp Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp Fix pr17056. 2014-06-16 16:41:00 +00:00
ELFYAML.cpp
Error.cpp Remove unused and odd code. 2014-06-13 15:36:17 +00:00
IRObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
LLVMBuild.txt
MachOObjectFile.cpp Replacing the private implementations of SwapValue with calls to sys::swapByteOrder() 2014-06-14 13:49:57 +00:00
MachOUniversal.cpp Replacing the private implementations of SwapValue with calls to sys::swapByteOrder() 2014-06-14 13:49:57 +00:00
Makefile
Object.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ObjectFile.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
StringTableBuilder.cpp
SymbolicFile.cpp
YAML.cpp