search for: pr1318

Displaying 9 results from an estimated 9 matches for "pr1318".

2007 Apr 10
2
[LLVMdev] cvs opt broken?
...1317 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 PR1318? Reid Spencer wrote: > Hi Ryan, > > On Tue, 2007-04-10 at 00:12 -0500, Ryan M. Lefever 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 recompil...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...ecompiled 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. > I...
2007 Apr 10
0
[LLVMdev] cvs opt broken?
...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 PR1318? Yes, that's pretty much it. 1317 was about LLVMHello. 1318 is a more substantial bug that has not been resolved yet. I mentioned both because perhaps the fix for LLVMHello (don't link LLVM libraries into the module) will work for you as well. Reid. > > > Reid Spencer wrote:...
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
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
...e objects directories. Platform is x86_64-linux-gnu. > 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to reconfigure llvm with llvm-gcc in your path or with > --with-llvmgccdir One failure: FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 Failed with exit(1) at line 1 while running: llvm-as < llvm-2.6/llvm-2.6/test/Feature/load_module.ll | opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/LLVMHello.so -hello -disable-output - |& /bin/grep Hello Error opening 'llvm-2.6-objects/Release/lib/LLVMHello.so': llvm-2.6-obj...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...is x86_64-linux-gnu. > >> 2) Run make check, report any failures (FAIL or unexpected pass). Note >> that you need to reconfigure llvm with llvm-gcc in your path or with >> --with-llvmgccdir > > One failure: > > FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 > Failed with exit(1) at line 1 > while running:  llvm-as < llvm-2.6/llvm-2.6/test/Feature/load_module.ll | >  opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/LLVMHello.so -hello > -disable-output - |& /bin/grep Hello > Error opening 'llvm-2.6-objects/Release/lib/LLVMHello...
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray < aaronngray.lists at googlemail.com> wrote: > On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov < > anton at korobeynikov.info> wrote: > >> >> Actually its [configure-stage3-intl] where its hanging. >> >> This can easily be due to inline FP math in the stdlib headers. For >> example - I had to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...inux-gnu. > Ok. >> 2) Run make check, report any failures (FAIL or unexpected pass). >> Note that you need to reconfigure llvm with llvm-gcc in your path >> or with --with-llvmgccdir > > One failure: > > FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 > Failed with exit(1) at line 1 > while running: llvm-as < llvm-2.6/llvm-2.6/test/Feature/ > load_module.ll | opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/ > LLVMHello.so -hello -disable-output - |& /bin/grep Hello > Error opening 'llvm-2.6-objects/Release/lib/LLVMH...