From f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 11 Dec 2008 18:23:24 +0000 Subject: Removed warnings from HTML 4.01 validator: trailing slashes in
and tags are not needed in HTML, only XML. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/Projects.html') diff --git a/docs/Projects.html b/docs/Projects.html index a937d3c..a222304 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -131,9 +131,9 @@ can find LLVM:
--with-llvmsrc=<directory>
Tell your project where the LLVM source tree is located.
-

--with-llvmobj=<directory>
+

--with-llvmobj=<directory>
Tell your project where the LLVM object tree is located.
-

--prefix=<directory>
+

--prefix=<directory>
Tell your project where it should get installed.
@@ -210,14 +210,14 @@ directories:

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.
+ 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. @@ -448,7 +448,7 @@ Mailing List.

    Valid CSS Valid HTML 4.01 + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> John Criswell
    The LLVM Compiler Infrastructure -- cgit v1.1