[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
authorLang Hames <lhames@gmail.com>
Mon, 2 Apr 2018 20:57:56 +0000 (20:57 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 2 Apr 2018 20:57:56 +0000 (20:57 +0000)
commit3fdfc04e5339c1d0ad838c1e5531b3a2e4377ec3
treeb9a2a81ff5a623dc196685546a58e9f79790a22e
parent321c2487d7b1806cb3cc1a2391b130935bc06b64
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.

This makes the common case of constructing an ExecutionSession tidier.

llvm-svn: 329013
16 files changed:
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
llvm/tools/lli/OrcLazyJIT.h
llvm/unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp
llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
llvm/unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp
llvm/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp