[LLVMdev] Options in OPT
Juan Carlos Martinez Santos
juanc.martinez.santos at gmail.com
Mon Oct 12 09:59:53 PDT 2009
Hello,
There is an option that I don't know how to used it.
*-S*
Write output in LLVM intermediate language (instead of bitcode).
The option appears in the documentation, but I try to use it... I get the
next message:
~/test$ opt -analyze hello.ll -o hello.bc -S
opt: Unknown command line argument '-S'. Try: 'opt --help'
I also try 'opt --help'; but the option is not listed.
I am using wrong the -S option, or there is something else.
Thanks in advance,
--
Juan Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091012/ae017216/attachment.html>
More information about the llvm-dev
mailing list