Displaying 5 results from an estimated 5 matches for "lisetd".
2007 Apr 10
4
[LLVMdev] cvs opt broken?
...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
2007 Apr 10
2
[LLVMdev] cvs opt broken?
...nitialization time. This has changed the
> order of things and now your option is not recognized because it hasn't
> been registered properly.
>
>
>> I checked the names of the transforms and they are correct. In
>>addition, I did a opt --help and my transforms were lisetd.
>
>
> Yes, this isn't your bug.
>
>
>>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?
>
>
> These are probably the result of change...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...ne, 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
>
> ________...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...o oriented towards static initialization time. This has changed the
order of things and now your option is not recognized because it hasn't
been registered properly.
> I checked the names of the transforms and they are correct. In
> addition, I did a opt --help and my transforms were lisetd.
Yes, this isn't your bug.
>
> 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?
These are probably the result of changes to the CommandLine.cpp file in
the last few...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...hanged the
> > order of things and now your option is not recognized because it hasn't
> > been registered properly.
> >
> >
> >> I checked the names of the transforms and they are correct. In
> >>addition, I did a opt --help and my transforms were lisetd.
> >
> >
> > Yes, this isn't your bug.
> >
> >
> >>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?
> >
>...