[ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.
authorLang Hames <lhames@gmail.com>
Tue, 30 Apr 2019 22:42:01 +0000 (22:42 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 30 Apr 2019 22:42:01 +0000 (22:42 +0000)
commit4637e15844661778c871b5f9642228e79a87e6e9
tree181e5fdcb446ea7acb80d2e5bc41052493e2f73b
parentb1f9577a5fdd1c8a624c1ac23a4f88577b4cb3e0
[ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.

SimpleCompiler is no longer templated, so there's no reason for this code to be
in a header any more.

llvm-svn: 359626
llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp [new file with mode: 0644]