hanchenye-llvm-project/llvm/tools/dsymutil
Frederic Riss 1d53658eae [dsymutil] Skip mach-o paired relocations
Noticed while working on scattered relocations.
I do not think these relocs can actually happen in the debug_info section,
but if they happen the code would mishandle them. Explicitely skip them
and warn if we encounter one.

llvm-svn: 259341
2016-02-01 04:43:14 +00:00
..
BinaryHolder.cpp Reapply r250906 with many suggested updates from Rafael Espindola. 2015-11-05 19:24:56 +00:00
BinaryHolder.h
CMakeLists.txt
DebugMap.cpp [dsymutil] Fix handling of common symbols. 2016-01-31 04:29:34 +00:00
DebugMap.h [dsymutil] Allow debug map mappings with no object file address. NFC 2016-01-31 04:29:22 +00:00
DwarfLinker.cpp [dsymutil] Skip mach-o paired relocations 2016-02-01 04:43:14 +00:00
LLVMBuild.txt
MachODebugMapParser.cpp [dsymutil] Fix handling of common symbols. 2016-01-31 04:29:34 +00:00
MachOUtils.cpp Update to use new name alignTo(). 2016-01-14 21:06:47 +00:00
MachOUtils.h
NonRelocatableStringpool.h One more batch of self-containing headers. 2016-01-27 19:29:56 +00:00
dsymutil.cpp
dsymutil.h