<div>Hi, I've met a problem when I am trying llvm.</div>
<div>I've added a small pass in it, and when I define or use an object of APInt class, it will get the following output while running:</div>
<div> </div>
<div>$ opt -load  hello.so -hello   test.bc -o test.hello.bc</div>
<div>opt: CommandLine Error: Argument 'disable-opt' defined more than once!<br>opt: CommandLine Error: Argument 'disable-inlining' defined more than once!<br>opt: CommandLine Error: Argument 'strip-debug' defined more than once!
<br>opt: CommandLine Error: Argument 'verify-each' defined more than once!<br>opt: CommandLine Error: Argument 'disable-verify' defined more than once!<br>opt: CommandLine Error: Argument 'disable-output' defined more than once!
<br>opt: CommandLine Error: Argument 'p' defined more than once!<br>opt: CommandLine Error: Argument 'f' defined more than once!<br>opt: CommandLine Error: Argument 'o' defined more than once!<br>opt: CommandLine Error: Argument 'argpromotion' defined more than once!
</div>
<div>..... (it just repeated outputting the last line, without stop...)</div>
<div> </div>
<div>Has anybody met the similiar problem with me?</div>
<div>Thanks :)</div>
<div> </div>
<div> </div>
<div>-- <br>Yours,<br>Fiona </div>