Displaying 1 result from an estimated 1 matches for "tp29599541p29599559".
Did you mean:
tp29599541p29599541
2010 Sep 02
1
[LLVMdev] Problems with Passing agrument to a Pass
Hi,
I have a very naive question. I've written a pass that gets an argument from
the command line with the following code:
static cl::opt<int> LineNum("line-number", cl::Hidden,
cl::Required,cl::desc("line of variable being observed"));
Now when I run it, it seems like it cant see that I've put in an argument on
the command line:
opt -load