[ORC] Minor renaming and typo fixes (NFC)
authorStefan Gränitz <stefan.graenitz@gmail.com>
Thu, 23 Sep 2021 17:00:48 +0000 (19:00 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Thu, 23 Sep 2021 19:33:34 +0000 (21:33 +0200)
commit767b328e506ef069ecbb89b7cc9e2da7f8f84c6c
treecb0a942231715717821132438c978e1ee8f6ebaa
parent0bb767e7db4401fc578f1be55db1d4038921d94b
[ORC] Minor renaming and typo fixes (NFC)

Two typos, one unsused include and some leftovers from the TargetProcessControl -> ExecutorProcessControl renaming

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D110260
clang/docs/ClangFormattedStatus.rst
llvm/examples/OrcV2Examples/CMakeLists.txt
llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt [moved from llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/CMakeLists.txt with 54% similarity]
llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp [moved from llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/LLJITWithTargetProcessControl.cpp with 100% similarity]
llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
llvm/lib/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.cpp