[llvm-commits] ExecutionEngine move Intercept.cpp
Danil Malyshev
dmalyshev at accesssoftek.com
Thu Nov 3 14:51:24 PDT 2011
Hello everyone,
Please find attached the patch for review.
We have 2 similar implementations of getPointerToNamedFunction in MCJIT/Intercept.cpp and in JIT/Intercept.cpp.
I have re-factored this to move it to the ExecutionEngine so both MCJIT and JIT could use a single implementation.
Besides, ExecutionEngine looks like a right place for this method.
Regards,
Danil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111103/c3861c0a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ExecutionEngine_move_Intercept-01.patch
Type: application/octet-stream
Size: 26225 bytes
Desc: ExecutionEngine_move_Intercept-01.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111103/c3861c0a/attachment.obj>
More information about the llvm-commits
mailing list