search for: rpcutilstest

Displaying 4 results from an estimated 4 matches for "rpcutilstest".

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 programs showing me how to use
2017 Apr 19
2
RPC on LLVM IR: any example programs for this?
....bc call foo remotely? BTW, does the RPCUtility supports handling pointers now? Thanks very much! Best regards, Shen On Thu, Apr 13, 2017 at 9:13 PM, Lang Hames via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Shen, > > The best place to look for examples is currently the RPCUtilsTest unit > test: llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp > > What API do you want to be able to call via RPC? If it's small 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 &...
2016 Dec 02
9
3.9.1-rc2 is ready for testing
Hi, I just tagged 3.9.1-rc2, so testing can begin. There was a bug found in -rc1 before I could send out a release announcement, so I decided to merge the fix and tag -rc2 to save some testing cycles. We can always use more testers, so if you are interested in helping, let me know. Thanks, Tom
2016 Dec 04
2
[Release-testers] 3.9.1-rc2 is ready for testing
...gt;> the fix and tag -rc2 to save some testing cycles. >> >> >> > SLES11SP3 fails during tests. > > [ 92%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/ > StringTableBuilderTest.cpp.o > /tmp/llvm/utils/release/rc2/llvm.src/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp:37:27: > error: no member named 'yield' in namespace 'std::this_thread' > std::this_thread::yield(); > ~~~~~~~~~~~~~~~~~~^ > [ 92%] Building CXX object unittests/MC/CMakeFiles/ > MCTests.dir/TargetRegistry.cpp.o > 1 error generated. > > &g...