[Orc] Enable user supplied partitioning functors in the CompileOnDemand layer.
authorLang Hames <lhames@gmail.com>
Wed, 7 Oct 2015 21:53:41 +0000 (21:53 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 7 Oct 2015 21:53:41 +0000 (21:53 +0000)
commitbe06dbe64749242c4b53ced14e4f0b6ed78c90d9
tree333a1e22f2e5d919ac1f88ea24d97b7d01378b68
parent02e9778821fdc3f8f2f496ab6028369945a04d0e
[Orc] Enable user supplied partitioning functors in the CompileOnDemand layer.

Previously the CompileOnDemand layer always created single-function partitions.
In theory this new API allows for more interesting partitions, though this has
not been well tested yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249623 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
tools/lli/OrcLazyJIT.h