mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
* Remove duplicated table of contents for a section and at the top level
* Fix relative links within the file * Add <tt> tags around command names and literal file names and directories git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,18 +11,7 @@
|
|||||||
<p class="doc_warning">NOTE: THIS DOCUMENT IS A WORK IN PROGRESS!</p>
|
<p class="doc_warning">NOTE: THIS DOCUMENT IS A WORK IN PROGRESS!</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#introduction">Introduction</a></li>
|
<li><a href="#introduction">Introduction</a></li>
|
||||||
<li><a href="#process">Release Process</a>
|
<li><a href="#process">Release Process</a></li>
|
||||||
<ol>
|
|
||||||
<li><a href="overview">Overview</a></li>
|
|
||||||
<li><a href="merge">Merge Branches</a></li>
|
|
||||||
<li><a href="build">Build LLVM</a></li>
|
|
||||||
<li><a href="check">Run 'make check'</a></li>
|
|
||||||
<li><a href="test">Run LLVM Test Suite</a></li>
|
|
||||||
<li><a href="deps">make LibDeps.txt</a></li>
|
|
||||||
<li><a href="tag">cvs tag</a></li>
|
|
||||||
<li><a href="dist">make dist</a></li>
|
|
||||||
<li><a href="release">Release</a></li>
|
|
||||||
</ol></li>
|
|
||||||
</ol>
|
</ol>
|
||||||
<div class="doc_author">
|
<div class="doc_author">
|
||||||
<p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p>
|
<p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p>
|
||||||
@@ -48,14 +37,14 @@ deficient.</p>
|
|||||||
<div class="doc_subsection"><a name="overview">Process Overview</a></div>
|
<div class="doc_subsection"><a name="overview">Process Overview</a></div>
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="merge">Merge Branches</a></li>
|
<li><a href="#merge">Merge Branches</a></li>
|
||||||
<li><a href="build">Build LLVM</a></li>
|
<li><a href="#build">Build LLVM</a></li>
|
||||||
<li><a href="check">Run 'make check'</a></li>
|
<li><a href="#check">Run 'make check'</a></li>
|
||||||
<li><a href="test">Run LLVM Test Suite</a></li>
|
<li><a href="#test">Run LLVM Test Suite</a></li>
|
||||||
<li><a href="deps">make LibDeps.txt</a></li>
|
<li><a href="#deps">make LibDeps.txt</a></li>
|
||||||
<li><a href="tag">cvs tag</a></li>
|
<li><a href="#tag">cvs tag</a></li>
|
||||||
<li><a href="dist">make dist</a></li>
|
<li><a href="#dist">make dist</a></li>
|
||||||
<li><a href="release">release</a></li>
|
<li><a href="#release">release</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -74,8 +63,8 @@ deficient.</p>
|
|||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection"><a name="check">Run 'make check'</a></div>
|
<div class="doc_subsection"><a name="check">Run 'make check'</a></div>
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>Run "make check" and ensure there are no unexpected failures. If there
|
<p>Run <tt>make check</tt> and ensure there are no unexpected failures. If
|
||||||
are, resolve the failures and go back to step 2.</p>
|
there are, resolve the failures and go back to step 2.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
@@ -88,9 +77,9 @@ deficient.</p>
|
|||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection"><a name="deps">Make LibDeps.txt</a></div>
|
<div class="doc_subsection"><a name="deps">Make LibDeps.txt</a></div>
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>Rebuild the LibDeps.txt target in utils/llvm-config. This makes sure that
|
<p>Rebuild the <tt>LibDeps.txt</tt> target in <tt>utils/llvm-config</tt>. This
|
||||||
the llvm-config utility remains relevant for the release, reflecting any
|
makes sure that the <tt>llvm-config</tt> utility remains relevant for the
|
||||||
changes in the library dependencies.</p>
|
release, reflecting any changes in the library dependencies.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
|
Reference in New Issue
Block a user