[Orc] Move delta-handling for trampoline sizes into the resolver block.
authorLang Hames <lhames@gmail.com>
Tue, 24 Mar 2015 04:27:02 +0000 (04:27 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 24 Mar 2015 04:27:02 +0000 (04:27 +0000)
commit1828be87dafaa54645543d2f0f2b770e2e10d116
treea7dd61d827119a61c1329fc5570315af0efa52ac
parentcac4b37ed879acc76805320cef50b5f6b60575b1
[Orc] Move delta-handling for trampoline sizes into the resolver block.

This is the first step towards adding a target-independent callback
handler API.

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