Hello, I'm trying to get the demo script to run llvm2cpp so that people can get familiar with the LLVM C++ API through the online demo. However, it seems that the path used doesn't include llvm2cpp (not updated in a while?). The demo script currently uses these paths on Zion: /home/vadve/criswell/box/x86/llvm-gcc/bin/ /home/vadve/gaeke/llvm/Release/bin /home/vadve/gaeke/bin /home/vadve/gaeke/llvm/projects/Stacker/Release/bin I'm not sure what the state of John's llvm-gcc is, but using a moving target is not a good idea. Also, its likely that Brian's directories haven't been updated in erm .. a year? It would be nice if we had a "tools-only" build of LLVM available on the server that is updated, say, once per week? I'd set it up myself, but I don't have access. At the very least, can we get some modern tools into gaeke/llvm/Release/bin ? Reid.
> I'm trying to get the demo script to run llvm2cpp so that people can get > familiar with the LLVM C++ API through the online demo. However, it > seems that the path used doesn't include llvm2cpp (not updated in a > while?). The demo script currently uses these paths on Zion:I can look into this, but I would strongly suggest not messing with the demo script until 2-3 weeks after this latest release. -Tanya> > /home/vadve/criswell/box/x86/llvm-gcc/bin/ > /home/vadve/gaeke/llvm/Release/bin > /home/vadve/gaeke/bin > /home/vadve/gaeke/llvm/projects/Stacker/Release/bin > > I'm not sure what the state of John's llvm-gcc is, but using a moving > target is not a good idea. Also, its likely that Brian's directories > haven't been updated in erm .. a year? > > It would be nice if we had a "tools-only" build of LLVM available on the > server that is updated, say, once per week? I'd set it up myself, but I > don't have access. > > At the very least, can we get some modern tools into > gaeke/llvm/Release/bin ? > > Reid. > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
It's already messed with, but there's no harm. If someone turns on the llvm2cpp option, then they get an error message at the bottom of the output page. All other output is normal. So, there's no harm in it. If/when llvm2cpp becomes available on Zion, people then the llvm2cpp output will appear. Note that llvm2cpp is a 1.8 release feature. My change was to help people learning LLVM understand how to construct the IR in C++. The demo facility is a good tool for that and allows me to direct people there so they can see how it works. Reid. On Thu, 2006-08-10 at 09:31 -0700, Tanya M. Lattner wrote:> > I'm trying to get the demo script to run llvm2cpp so that people can get > > familiar with the LLVM C++ API through the online demo. However, it > > seems that the path used doesn't include llvm2cpp (not updated in a > > while?). The demo script currently uses these paths on Zion: > > I can look into this, but I would strongly suggest not messing with the > demo script until 2-3 weeks after this latest release. > > -Tanya > > > > > /home/vadve/criswell/box/x86/llvm-gcc/bin/ > > /home/vadve/gaeke/llvm/Release/bin > > /home/vadve/gaeke/bin > > /home/vadve/gaeke/llvm/projects/Stacker/Release/bin > > > > I'm not sure what the state of John's llvm-gcc is, but using a moving > > target is not a good idea. Also, its likely that Brian's directories > > haven't been updated in erm .. a year? > > > > It would be nice if we had a "tools-only" build of LLVM available on the > > server that is updated, say, once per week? I'd set it up myself, but I > > don't have access. > > > > At the very least, can we get some modern tools into > > gaeke/llvm/Release/bin ? > > > > Reid. > > > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Wed, 9 Aug 2006, Reid Spencer wrote:> At the very least, can we get some modern tools into > gaeke/llvm/Release/bin ?Done. Note that the demo page is giving an llvm2cpp error when used now: llvm2cpp: error opening l2cppFile! llvm2cpp exited with an error. Please correct source and resubmit. I assume that this is a bug in index.cgi. If you want to play with the demo page, go ahead, but please test your changes. I think we're far enough from the release for it to be ok. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Done. It works nows. Reid. On Wed, 2003-08-13 at 12:57 -0700, Chris Lattner wrote:> On Wed, 9 Aug 2006, Reid Spencer wrote: > > At the very least, can we get some modern tools into > > gaeke/llvm/Release/bin ? > > Done. Note that the demo page is giving an llvm2cpp error when used now: > > llvm2cpp: error opening l2cppFile! llvm2cpp exited with an error. Please > correct source and resubmit. > > I assume that this is a bug in index.cgi. > > If you want to play with the demo page, go ahead, but please test your > changes. I think we're far enough from the release for it to be ok. > > -Chris >