[llvm-commits] [dragonegg] r150693 - /dragonegg/trunk/test/README
Duncan Sands
baldrick at free.fr
Thu Feb 16 06:33:24 PST 2012
Author: baldrick
Date: Thu Feb 16 08:33:24 2012
New Revision: 150693
URL: http://llvm.org/viewvc/llvm-project?rev=150693&view=rev
Log:
Document some projects worth compiling. I'm considering having
a separate repository for holding some of these.
Modified:
dragonegg/trunk/test/README
Modified: dragonegg/trunk/test/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/README?rev=150693&r1=150692&r2=150693&view=diff
==============================================================================
--- dragonegg/trunk/test/README (original)
+++ dragonegg/trunk/test/README Thu Feb 16 08:33:24 2012
@@ -1,11 +1,21 @@
-Compilator
-----------
+--------------
+- Compilator -
+--------------
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.
+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/
directory from the GCC source tree.
+
+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
+few other interesting collections of Fortran source code:
+ The NIST Fortran 77 test suite
+ The polyhedron benchmarks
More information about the llvm-commits
mailing list