[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
authorLang Hames <lhames@gmail.com>
Mon, 13 Apr 2015 22:12:54 +0000 (22:12 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 13 Apr 2015 22:12:54 +0000 (22:12 +0000)
commit597d2b730940f42a70f9e91c8fca2aa9d7d6e079
tree7e4f7daadf9de05839757bbf4878309a5d959dda
parent26117d38cc1ac201effa73bfb962b6b90cae9d6b
[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
debugging output to the LLI orc-lazy JIT, and update the orc-lazy "hello.ll"
test to actually test for lazy compilation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234805 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/IRTransformLayer.h [new file with mode: 0644]
test/ExecutionEngine/OrcLazy/hello.ll
tools/lli/OrcLazyJIT.cpp
tools/lli/OrcLazyJIT.h