Displaying 2 results from an estimated 2 matches for "rpcbase".
Did you mean:
rebase
2016 Dec 16
2
RPC on LLVM IR: any example programs for this?
Hi everyone,
I want to use an LLVM new feature (llvm::orc::remote::RPCBase) to implement
a simple RPC framework between two LLVM modules. It seems by this new class
we can do serialization/deserialization on LLVM IR type system directly.
But I haven't found any helpful stuff on google showing me how to use these
RPC APIs. Can anyone give me some hints or example progr...
2017 Apr 19
2
RPC on LLVM IR: any example programs for this?
...I can
> probably write up an example for you.
>
> Cheers,
> Lang.
>
>
>
> On Fri, Dec 16, 2016 at 7:37 AM, Shen Liu via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi everyone,
>>
>> I want to use an LLVM new feature (llvm::orc::remote::RPCBase) to
>> implement a simple RPC framework between two LLVM modules. It seems by
>> this new class we can do serialization/deserialization on LLVM IR type
>> system directly. But I haven't found any helpful stuff on google showing me
>> how to use these RPC APIs. Can anyone...