Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
authorLang Hames <lhames@gmail.com>
Fri, 9 Aug 2013 00:57:01 +0000 (00:57 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 9 Aug 2013 00:57:01 +0000 (00:57 +0000)
commit623f2025a7a32de68a5ab402aa2b50ca3e3a6958
treebf132ebc3600b1c8ec424db1718650f57692a72e
parent128ce319ec47c46dc7da16aa3a75185899878745
Optimistically ignore scattered relocations in MachO in RuntimeDyld. This
un-breaks simple use cases while I work on more general support.

<rdar://problem/14487667>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188044 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
test/ExecutionEngine/RuntimeDyld/Inputs/arm_secdiff_reloc.o [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/arm_secdiff_reloc.test [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/lit.local.cfg [new file with mode: 0644]