[llvm-commits] ExecutionEngine move Intercept.cpp

Danil Malyshev dmalyshev at accesssoftek.com
Fri Nov 11 11:55:04 PST 2011


ping

________________________________
From: Danil Malyshev
Sent: Friday, November 04, 2011 1:51 AM
To: 'llvm-commits at cs.uiuc.edu'
Subject: ExecutionEngine move Intercept.cpp

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/20111111/202cf56f/attachment.html>


More information about the llvm-commits mailing list