[ORC][examples] Temporarily remove LLJITWithChildProcess until ORC TPC lands
authorStefan Gränitz <stefan.graenitz@gmail.com>
Thu, 1 Oct 2020 08:25:06 +0000 (10:25 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Thu, 1 Oct 2020 08:25:13 +0000 (10:25 +0200)
commit306571cc4642c4e443c8cb0593a2b595ef96580e
tree392b6587cdef37cee4437a7a0be14bd98f143221
parente5795a1b364d6d19cd557a3a6d38759eb9d8631f
[ORC][examples] Temporarily remove LLJITWithChildProcess until ORC TPC lands

This solves a phase ordering problem: OrcV2 remote process support depends on OrcV2 removable code, OrcV2 removable code depends on OrcV1 removal, OrcV1 removal depends on LLJITWithChildProcess migration, and LLJITWithChildProcess migration depends on OrcV2 TargetProcessControl support.
llvm/examples/OrcV2Examples/CMakeLists.txt
llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt [deleted file]
llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp [deleted file]
llvm/examples/OrcV2Examples/LLJITWithChildProcess/RemoteJITUtils.h [deleted file]