[LLVMdev] Unit testing with random input using JIT

Vu Le vmle at ucdavis.edu
Tue Jan 11 10:41:49 PST 2011


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 track?

Thanks a lot.
Vu Le
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110111/40ee78b2/attachment.html>


More information about the llvm-dev mailing list