Hello <br>is there any way to pass argument to my own Function pass <br><br>I mean I wrote a Function pass (like Hello) that give me somme analyzes about the code source and I need to pass somme argument to the Pass  like the size of data.... <br>
<br>I want some think like this <br><br>  opt -load ../../../Debug/lib/LLVMHello.so -hello2 < test.bc > /dev/null   arg1 arg2 ... <br><br>So how to get inside the Function pass the arg1 and arg 2 ?? <br><br><br>Thank you <br>
<br>K.H<br>