[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
authorJames Molloy <james.molloy@arm.com>
Wed, 30 Apr 2014 10:15:41 +0000 (10:15 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 30 Apr 2014 10:15:41 +0000 (10:15 +0000)
commit44ff92f64a995d4db7019e92198909dbcdd4d703
treede23efdbdaf421976ce2aeb2ff62d83c413f62c6
parentc447befac4eb8f914292a2d95041fd4165bd26e3
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.

A bunch of switch cases were missing, not just for ARM64 but also for
AArch64_BE. I've fixed all those, but there's zero testing as
ExecutionEngine tests are disabled when crosscompiling and I don't
have a native platform available to test on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207626 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h