Displaying 2 results from an estimated 2 matches for "5881db8f".
2012 Apr 09
0
[LLVMdev] Problem on instrumentation
...it OK? And also, where should I put the function "int myFunctionCall()"?
Thank you very much. I am expecting for your reply.
Regards
Andy
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120409/5881db8f/attachment.html>
2012 Apr 09
2
[LLVMdev] Problem on instrumentation
Hi,
I am instrumenting a piece of code. I want to insert a function call at the interested area, and do something in the called function which is written by myself.
I have succeed on implementing the pass, and getting the instrmented code. However, I am not sure where to put this function, and what kind of linkage I should use for this function.
Currently I use External linkage which is