OSDN Git Service

[ORC] Add case statements for AArch64 to the local stub and callback manager
authorLang Hames <lhames@gmail.com>
Tue, 15 Aug 2017 18:10:19 +0000 (18:10 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 15 Aug 2017 18:10:19 +0000 (18:10 +0000)
commitbb870789f2e8a49c1dbfc9631b8c2d8d23bb510b
tree7410dc3ee2c9eb94ee5aba1ba6a2f3c5a6a8ab63
parent47a152256e07f42629b248fe3b8840a8bc0d568b
[ORC] Add case statements for AArch64 to the local stub and callback manager
creation functions.

This should allow lli to lazily execute code using OrcLazyJIT on AArch64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310938 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Orc/IndirectionUtils.cpp