<div>Hello,</div>
<div> </div>
<div>There is an option that I don't know how to used it.</div>
<div> </div>
<div>
<dt><strong><a name="item__2ds"><strong>-S</strong></a></strong><br></dt>
<dd>Write output in LLVM intermediate language (instead of bitcode). <br clear="all"></dd></div>
<div></div>
<div> </div>
<div>The option appears in the documentation, but I try to use it... I get the next message:</div>
<div> </div>
<div>~/test$ opt -analyze hello.ll -o hello.bc -S<br>opt: Unknown command line argument '-S'.  Try: 'opt --help'</div>
<div> </div>
<div>I also try 'opt --help'; but the option is not listed.</div>
<div> </div>
<div>I am using wrong the -S option, or there is something else.</div>
<div> </div>
<div>Thanks in advance,</div>
<div><br>-- <br>Juan Carlos<br></div>