search for: 58a0e295

Displaying 3 results from an estimated 3 matches for "58a0e295".

2011 Jan 11
0
[LLVMdev] Unit testing with random input using JIT
On Tue, Jan 11, 2011 at 1:41 PM, Vu Le <vmle at ucdavis.edu> wrote: > Hi, > I want to implement a tool that probes a function with several input and > records all the return output. > The function might have more than 1 return value (by reference parameters). > > Does ExecutionEngine::runFunction() support function call with complex > argument type? > If not, I guess
2011 Jan 11
2
[LLVMdev] Unit testing with random input using JIT
Hi, I want to implement a tool that probes a function with several input and records all the return output. The function might have more than 1 return value (by reference parameters). Does ExecutionEngine::runFunction() support function call with complex argument type? If not, I guess that I have to create a wrapper function, prepare all the data, and call the original function. Am I on the right
2011 Feb 11
3
[LLVMdev] Unit testing with random input using JIT
...the arguments and calling > the function you are testing with those arguments. Seems like you are > on the right track there. > > Reid > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110210/58a0e295/attachment.html>