[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
authorLang Hames <lhames@gmail.com>
Wed, 15 Apr 2015 18:26:24 +0000 (18:26 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 15 Apr 2015 18:26:24 +0000 (18:26 +0000)
commita1c91277c445c3a9d9101629d157af4c6a9b46b0
tree64f2f765931c5fee24a0c8dff599ba061b1398d3
parent9051b7fc69d7ebe5876177f16f70504cbfe87ccb
[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
signature match the other layers.

This makes it possible to compose other layers (e.g. IRTransformLayer) on top
of CompileOnDemandLayer.

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