[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
authorLang Hames <lhames@gmail.com>
Mon, 12 May 2014 21:39:59 +0000 (21:39 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 12 May 2014 21:39:59 +0000 (21:39 +0000)
commitb572bc1ccfc41ae7567423843a5b88f8fba270ac
tree583925a8d52504c80c53a800f497b9a47c5f4fb1
parent61248341474ae75536b64edde4debe813f21068d
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
SECTDIFF relocations on 32-bit x86.

This fixes several of the MCJIT regression test failures that show up on 32-bit
builds.

<rdar://problem/16886294>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208635 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/Object/MachOObjectFile.cpp