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
I discovered another bug in the Getting Started page:
Please add a note to PR1535, thanks!
Also, if you notice any other out of date docs, please also mention it there.
-Chris
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
_______________________________________________
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-Chris