From f8b235dd8f01b0957d69476ee31556d2ec0638b7 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Mon, 28 Feb 2005 01:10:48 +0000
Subject: A few small steps toward HTML 4.01 Strict compliance.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20369 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/Projects.html | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
(limited to 'docs/Projects.html')
diff --git a/docs/Projects.html b/docs/Projects.html
index c7ab6cf026..89490a03a6 100644
--- a/docs/Projects.html
+++ b/docs/Projects.html
@@ -94,7 +94,7 @@ then you need to edit autoconf/configure.ac as follows:
- AC_INIT. Place the name of your project, its version number and
a contact email address for your project as the arguments to this macro
- - AC_CONFIG_AUC_DIR. If your project isn't in the
+
- AC_CONFIG_AUC_DIR. If your project isn't in the
llvm/projects directory then you might need to adjust this so that
it specifies a relative path to the llvm/autoconf directory.
- LLVM_CONFIG_PROJECT. Just leave this alone.
@@ -203,19 +203,15 @@ directories:
test procedure uses RUN lines in the actual test case to determine
how to run the test. See the TestingGuide for more details. You
- can easily write Makefile support similar to the Makefiles in llvm/test
- to use Dejagnu to run your project's tests.
-
-
-
+ can easily write Makefile support similar to the Makefiles in
+ llvm/test to use Dejagnu to run your project's tests.
LLVM contains an optional package called llvm-test
which provides benchmarks and programs that are known to compile with the
LLVM GCC front ends. You can use these
programs to test your code, gather statistics information, and
compare it to the current LLVM performance statistics.
-
- Currently, there is no way to hook your tests directly into the
+
Currently, there is no way to hook your tests directly into the
llvm/test testing harness. You will simply
need to find a way to use the source provided within that directory
on your own.
--
cgit v1.2.3-18-g5258