On Thu, Jun 5, 2008 at 2:50 PM, Tanya M. Lattner <tonic at nondot.org> wrote:> > >> llvm-gcc4.0 is no longer supported, use llvm-gcc4.2. Please keep in mind > >> that you need to keep llvm-gcc in sync with llvm (same revision number). > > > > This basically means llvm-gcc needs to be rebuild every time llvm > > is built and the test run. Shouldn't this be part of > > NewNightlyTest.pl then? > > Yes. Patches accepted ;)This is also impeding my running of a nightly tester... There is a GSOC student that is supposed to be working on this too. What's the status/progress/timeline on that front (specifically, this feature)? Last thing I want to do is step on a GSoCers toes, but I'd love to lend a hand on this front where possible. =] -Chandler> > > -Tanya > > > > > jlh > > _______________________________________________ > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080605/7ce81712/attachment.html>
>> llvm-gcc4.0 is no longer supported, use llvm-gcc4.2. Please keep in mind >> that you need to keep llvm-gcc in sync with llvm (same revision number). > > This basically means llvm-gcc needs to be rebuild every time llvm > is built and the test run. Shouldn't this be part of > NewNightlyTest.pl then?Yes. Patches accepted ;) There is a GSOC student that is supposed to be working on this too. -Tanya> > jlh > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
>>>> llvm-gcc4.0 is no longer supported, use llvm-gcc4.2. Please keep in mind >>>> that you need to keep llvm-gcc in sync with llvm (same revision number). >>> >>> This basically means llvm-gcc needs to be rebuild every time llvm >>> is built and the test run. Shouldn't this be part of >>> NewNightlyTest.pl then? >> >> Yes. Patches accepted ;) > > > This is also impeding my running of a nightly tester...Well, you can write a simple script that svn update, make, make install and you are done. That will work in most cases. Or just run your tester and update it by hand periodically (thats what most people do).> There is a GSOC student that is supposed to be working on this too. > > > What's the status/progress/timeline on that front (specifically, this > feature)? Last thing I want to do is step on a GSoCers toes, but I'd love to > lend a hand on this front where possible. =]No idea, maybe he will respond. Don't let it stop you if you want to contribute. -Tanya> > -Chandler > > >> >> >> -Tanya >> >>> >>> jlh >>> _______________________________________________ >>> 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 >> >