summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Projects.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-28 01:10:48 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-28 01:10:48 +0000
commit35cb2f49c472c3e4bc6b10f155435505eb1baa8e (patch)
treea22f3676f24050e2d2864870d7625411810019de /llvm/docs/Projects.html
parentda132f2fdfcff9ad7642acf802de0a7b67aae567 (diff)
downloadbcm5719-llvm-35cb2f49c472c3e4bc6b10f155435505eb1baa8e.tar.gz
bcm5719-llvm-35cb2f49c472c3e4bc6b10f155435505eb1baa8e.zip
A few small steps toward HTML 4.01 Strict compliance.
llvm-svn: 20369
Diffstat (limited to 'llvm/docs/Projects.html')
-rw-r--r--llvm/docs/Projects.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html
index c7ab6cf0263..89490a03a6f 100644
--- a/llvm/docs/Projects.html
+++ b/llvm/docs/Projects.html
@@ -94,7 +94,7 @@ then you need to edit <tt>autoconf/configure.ac</tt> as follows:
<ul>
<li><b>AC_INIT</b>. Place the name of your project, its version number and
a contact email address for your project as the arguments to this macro</li>
- <li><b>AC_CONFIG_AUC_DIR</tt>. If your project isn't in the
+ <li><b>AC_CONFIG_AUC_DIR</b>. If your project isn't in the
<tt>llvm/projects</tt> directory then you might need to adjust this so that
it specifies a relative path to the <tt>llvm/autoconf</tt> directory.</li>
<li><b>LLVM_CONFIG_PROJECT</b>. Just leave this alone.</li>
@@ -203,19 +203,15 @@ directories:</p>
test procedure uses RUN lines in the actual test case to determine
how to run the test. See the <a
href="TestingGuide.html">TestingGuide</a> for more details. You
- can easily write Makefile support similar to the Makefiles in <tt>llvm/test</tt>
- to use Dejagnu to run your project's tests.</li>
-
- <p>
-
+ can easily write Makefile support similar to the Makefiles in
+ <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br/></li>
<li>
LLVM contains an optional package called <tt>llvm-test</tt>
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.
- <p>
- Currently, there is no way to hook your tests directly into the
+ <br/>Currently, there is no way to hook your tests directly into the
<tt>llvm/test</tt> testing harness. You will simply
need to find a way to use the source provided within that directory
on your own.
OpenPOWER on IntegriCloud