[LLVMdev] Testing Release 1.5

John Criswell criswell at cs.uiuc.edu
Tue May 17 11:20:48 PDT 2005


Alexander Friedman wrote:
> On May 17, John Criswell wrote:
> 
>>Dear All,
>>
>>I've finished building binaries for the GCC frontends and am now testing
>>  the 1.5 release branch on i386/Linux, Sparc/Solaris, and PowerPC/MacOS X.
>>
>>I'm looking for volunteers to test LLVM 1.5 on platforms that we don't
>>have in house.  I'm specifically looking for people who can do:
>>
>>Itanium
>>FreeBSD/i386
>>Windows (Cygwin, MingW, etc)
>>
>>I'm mainly interested in major problems with these platforms.
>>
>>If you can help, please email the list with what platform you'll be testing.
>>
>>To get a copy of what I'm testing, you need to check out a copy of the
>>release branch as follows (adding whatever options are needed to set
>>CVSROOT properly):
>>
>>cvs co -r release_15 llvm
>>cvs co -r release_15 llvm-gcc
>>cd llvm/projects
>>cvs co -r release_15 llvm-test
>>
>>If you have commit access, please don't commit anything to the release
>>branch without asking the list first.
>>
>>Thanks in advance.
> 
> 
> I can test FreeBSD/i386. What should I do - check everything out,
> build it, and then run gmake check in the 'test' directory?
> 

Personally, I never use "gmake check."

What I do is checkout everything out, build it, run the tests in 
"llvm/test," and then run all of the tests in the llvm-test CVS module.

-- John T.

-- 
John T. Criswell
Research Programmer
University of Illinois at Urbana-Champaign
"It's today!" said Piglet. "My favorite day," said Pooh.




More information about the llvm-dev mailing list