[Orc] Make partition identification in the CompileOnDemand layer lazy.
authorLang Hames <lhames@gmail.com>
Thu, 11 Jun 2015 21:45:19 +0000 (21:45 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 11 Jun 2015 21:45:19 +0000 (21:45 +0000)
commit2e960cb2c4619c1e570f3f2fd886f482589fd3e2
tree755b2f06cc9fef5193eaadf6914ac6655913523e
parent6170134a1fb0af16d0681f90b6cc4f07f979ee3c
[Orc] Make partition identification in the CompileOnDemand layer lazy.

This also breaks out the logical dylib symbol resolution logic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239561 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/LogicalDylib.h [new file with mode: 0644]
tools/lli/OrcLazyJIT.h