[LLVMdev] Getting Started Doc Bugs

David A. Greene greened at obbligato.org
Tue Jul 3 09:29:26 PDT 2007


I discovered another bug in the Getting Started page:

If you would like to get the LLVM test suite (a separate package as of 1.4), 
you get it from the Subversion repository:

  cd llvm/projects
  svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite

If one does this, the tests aren't configured automatically:

  configure: WARNING: Unknown project (test-suite) won't be configured 
  automatically

Either the directory should be named llvm-test or the top-level configure.ac
should be changed to recognize "test-suite."

                                           -Dave



More information about the llvm-dev mailing list