mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
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
This commit is contained in:
parent
5175b82ecc
commit
f8b235dd8f
@ -94,7 +94,7 @@ then you need to edit <tt>autoconf/configure.ac</tt> as follows:
|
|||||||
<ul>
|
<ul>
|
||||||
<li><b>AC_INIT</b>. Place the name of your project, its version number and
|
<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>
|
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
|
<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>
|
it specifies a relative path to the <tt>llvm/autoconf</tt> directory.</li>
|
||||||
<li><b>LLVM_CONFIG_PROJECT</b>. Just leave this alone.</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
|
test procedure uses RUN lines in the actual test case to determine
|
||||||
how to run the test. See the <a
|
how to run the test. See the <a
|
||||||
href="TestingGuide.html">TestingGuide</a> for more details. You
|
href="TestingGuide.html">TestingGuide</a> for more details. You
|
||||||
can easily write Makefile support similar to the Makefiles in <tt>llvm/test</tt>
|
can easily write Makefile support similar to the Makefiles in
|
||||||
to use Dejagnu to run your project's tests.</li>
|
<tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br/></li>
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
LLVM contains an optional package called <tt>llvm-test</tt>
|
LLVM contains an optional package called <tt>llvm-test</tt>
|
||||||
which provides benchmarks and programs that are known to compile with the
|
which provides benchmarks and programs that are known to compile with the
|
||||||
LLVM GCC front ends. You can use these
|
LLVM GCC front ends. You can use these
|
||||||
programs to test your code, gather statistics information, and
|
programs to test your code, gather statistics information, and
|
||||||
compare it to the current LLVM performance statistics.
|
compare it to the current LLVM performance statistics.
|
||||||
<p>
|
<br/>Currently, there is no way to hook your tests directly into the
|
||||||
Currently, there is no way to hook your tests directly into the
|
|
||||||
<tt>llvm/test</tt> testing harness. You will simply
|
<tt>llvm/test</tt> testing harness. You will simply
|
||||||
need to find a way to use the source provided within that directory
|
need to find a way to use the source provided within that directory
|
||||||
on your own.
|
on your own.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user