[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)
commit6a14edd914ef2f01a23d014138be6525fe683848
treefe585cb2971bfcbe1fd6d6de30b4bbb4451b11bd
parent82e657b509b33611620076ab8065cb485b54c348
[Orc] Make partition identification in the CompileOnDemand layer lazy.

This also breaks out the logical dylib symbol resolution logic.

llvm-svn: 239561
llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
llvm/include/llvm/ExecutionEngine/Orc/LogicalDylib.h [new file with mode: 0644]
llvm/tools/lli/OrcLazyJIT.h