Displaying 1 result from an estimated 1 matches for "goo3".
Did you mean:
goo
2010 Sep 02
1
[LLVMdev] Problems with Passing agrument to a Pass
...pt<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 /Users/sam/llvm/llvm-2.6/Release/lib/LLVMHello.dylib -hello2
goo3.bc 18
which "18" is the argument. Stupidly enough I've put this argument any where
in the command line and it wont work it keeps telling me:
opt: Too many positional arguments specified!
Can specify at most 1 positional arguments: See: opt --help
opt: for the -line-number option: mu...