OSDN Git Service

[ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter.
authorLang Hames <lhames@gmail.com>
Mon, 10 Sep 2018 22:08:57 +0000 (22:08 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 10 Sep 2018 22:08:57 +0000 (22:08 +0000)
commit39736e86dae1b879aa6c2ab91df670c805643a84
treeaa6d5b154f1c89b129fe65197e02437751e3474f
parent7bdea3ad5f27e727018da34ded05cd25139ccc6b
[ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter.

The Create method can just construct the ExecutionSession, rather than having the
client pass it in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341872 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/LLJIT.h
lib/ExecutionEngine/Orc/LLJIT.cpp
tools/lli/lli.cpp