[llvm-commits] [dragonegg] r150806 - /dragonegg/trunk/test/README

Duncan Sands baldrick at free.fr
Fri Feb 17 01:04:58 PST 2012


Author: baldrick
Date: Fri Feb 17 03:04:58 2012
New Revision: 150806

URL: http://llvm.org/viewvc/llvm-project?rev=150806&view=rev
Log:
Correct case of 'compilator'; add more suggestions for stuff to compile.

Modified:
    dragonegg/trunk/test/README

Modified: dragonegg/trunk/test/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/README?rev=150806&r1=150805&r2=150806&view=diff
==============================================================================
--- dragonegg/trunk/test/README (original)
+++ dragonegg/trunk/test/README Fri Feb 17 03:04:58 2012
@@ -2,7 +2,7 @@
 - Compilator -
 --------------
 
-Every file found under the Compilator directory is compiled by GCC both with and
+Every file found under the compilator directory is compiled by GCC both with and
 without the DragonEgg plugin, at a variety of optimization levels.  If GCC can
 compile a file but DragonEgg cannot, or DragonEgg can compile the file but GCC
 cannot, then that test is considered to have failed.
@@ -10,15 +10,19 @@
 External source
 ---------------
 
-You should either checkout the GCC testsuite in the Compilator directory or use
-a symbolic link to ensure that Compilator/gcc-testsuite means the gcc/testsuite/
+You should either checkout the GCC testsuite in the compilator directory or use
+a symbolic link to ensure that compilator/gcc-testsuite means the gcc/testsuite/
 directory from the GCC source tree.
 
+For testing C/C++, consider having compilator/clang-test be a symbolic link to
+Clang's test directory, and compilator/llvm-test-suite a symbolic link to LLVM's
+nightly testsuite.
+
 For testing Fortran, consider putting a copy of the LAPACK source distribution
-in the Compilator directory.  Note that LAPACK includes a copy of the BLAS.  A
+in the compilator directory.  Note that LAPACK includes a copy of the BLAS.  A
 few other interesting collections of Fortran source code:
   The NIST Fortran 77 test suite
   The polyhedron benchmarks
 
-For testing Java, consider putting a link to GCC's libjava in the Compilator
-directory.
+For testing Java, consider having compilator/gcc-libjava be a symbolic link to
+GCC's libjava.





More information about the llvm-commits mailing list