[ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT.
authorLang Hames <lhames@gmail.com>
Thu, 27 Sep 2018 04:19:32 +0000 (04:19 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 27 Sep 2018 04:19:32 +0000 (04:19 +0000)
commitb57c9c4a6e81e16666f56c6b5e07e910abeeb212
tree9ff1dd72fd6e48fec81ff1dbad5638f67ce77c37
parent8b9540379e92dc07c54efc14ed786b3ee12e2286
[ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT.

As of r342086 ExecutionSession automatically creates a 'main' JITDylib, so
there is no need for LLJIT to create its own.

llvm-svn: 343167
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp