[LLVMdev] cvs opt broken?

Zhongxing Xu xuzhongxing at gmail.com
Mon Apr 9 22:42:15 PDT 2007


This has been reported.

http://llvm.org/bugs/show_bug.cgi?id=1317

On 4/10/07, Ryan M. Lefever <lefever at crhc.uiuc.edu> wrote:
>
> I checked out llvm from cvs & llvm-gcc from svn last night and again
> tonight.  Each time they compiled and installed fine.  After installing
> them, I recompiled compiler transforms I had written for opt.  opt seems
> to load the my transform libraries fine, but it complains:
>
> opt: Unknown command line argument '-mytransform'
>
> whenever I try to specify one of my transforms on the opt command line.
>   I checked the names of the transforms and they are correct.  In
> addition, I did a opt --help and my transforms were lisetd.
>
> So, I switched back to a version of llvm & llvm-gcc from about a month
> ago, and opt recognizes and runs my transforms.  Did something change
> with opt?  Did something change with the way transforms are registered
> with opt?
>
> Regards,
> Ryan
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070410/d4edff9a/attachment.html>


More information about the llvm-dev mailing list