[LLVMdev] passing parameters for a analysis pass

Guoliang Jin jingl1345 at gmail.com
Wed Jul 7 16:23:49 PDT 2010


  Hi,

I want to pass parameter to a analysis pass. My pass need to use some 
result from some other tools. I can hard code a file name into my pass, 
and let my pass read input there, but what if I do not want the file 
name to be hard coded?

Is it possible to do that? If yes, where can I find some documentation 
about it?

Thanks,
Guoliang



More information about the llvm-dev mailing list