Now we are implementing a analysis pass for llvm, following this tutorial. and need to pass an additional argument to the plugin such as below:
opt -load /path/to/myplugin.so -mypass -mypass_option input.bc
However I did not find any manual telling me how to do. So I'm wondering whether it is possible in practice.
Thanks in advance.