search for: pr1317

Displaying 4 results from an estimated 4 matches for "pr1317".

Did you mean: pr1318
2007 Apr 10
2
[LLVMdev] cvs opt broken?
PR1317 says that it is resolved. Looking at the details of the report, it says that a fix had been committed for the "instant case." Am I right that means a fix has been submitted that makes LLVMHello work with opt, but that the general problem has not been resolved and is reported in PR13...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...; 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. Please see PR1317 and PR1318. I believe you're running into the same issue. Briefly, the issue is that option processing has changed to not be so 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....
2007 Apr 10
0
[LLVMdev] cvs opt broken?
On Tue, 2007-04-10 at 01:27 -0500, Ryan M. Lefever wrote: > PR1317 says that it is resolved. Looking at the details of the report, > it says that a fix had been committed for the "instant case." Am I > right that means a fix has been submitted that makes LLVMHello work with > opt, but that the general problem has not been resolved and is re...
2007 Apr 10
4
[LLVMdev] cvs opt broken?
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