OSDN Git Service

[ORC] Move file-descriptor based raw byte channel into a public header.
authorLang Hames <lhames@gmail.com>
Tue, 11 Aug 2020 04:41:01 +0000 (21:41 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 11 Aug 2020 16:50:58 +0000 (09:50 -0700)
commiteed19c8c7e7a7a44e4a417b8df7afce5c4ae738c
treefdc8c222f8fec5363c01d92b82218ab074b6a004
parent989d8dc9fe201eaa2c323d92bc39c00ee53f5012
[ORC] Move file-descriptor based raw byte channel into a public header.

This will enable re-use in other llvm tools.
llvm/include/llvm/ExecutionEngine/Orc/RPC/FDRawByteChannel.h [new file with mode: 0644]
llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
llvm/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
llvm/tools/lli/ChildTarget/ChildTarget.cpp
llvm/tools/lli/RemoteJITUtils.h
llvm/tools/lli/lli.cpp