mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Put in a place holder for describing the differences in bytecode format
between LLVM versions. This is just a reminder so I don't forget to document it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
624c543887
commit
7c76d33c78
@ -37,6 +37,13 @@
|
||||
<li><a href="#symtab">Module Symbol Table</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="#versiondiffs">Version Differences</a>
|
||||
<ol>
|
||||
<li><a href="#vers12">Version 1.2 Differences From 1.3</a></li>
|
||||
<li><a href="#vers11">Version 1.1 Differences From 1.2</a></li>
|
||||
<li><a href="#vers10">Version 1.0 Differences From 1.1</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
<div class="doc_author">
|
||||
<p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a>
|
||||
@ -502,6 +509,36 @@ format is given in the table below. </p>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_section"> <a name="versiondiffs">Version Differences</a> </div>
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_text">
|
||||
<p>This section describes the differences in the Bytecode Format across LLVM
|
||||
versions. The versions are listed in reverse order because it assumes the
|
||||
current version is as documented in the previous sections. Each section here
|
||||
describes the differences between that version and the one that <i>follows</i>
|
||||
</p>
|
||||
</div>
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsection">
|
||||
<a name="vers12">Version 1.2 Differences From 1.3</a></div>
|
||||
<div class="doc_text">
|
||||
<p>TBD: How version 1.2 differs from version 1.3</p>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsection">
|
||||
<a name="vers11">Version 1.1 Differences From 1.2 </a></div>
|
||||
<div class="doc_text">
|
||||
<p>TBD: How version 1.1 differs from version 1.2</p>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<div class="doc_subsection">
|
||||
<a name="vers11">Version 1.0 Differences From 1.1</a></div>
|
||||
<div class="doc_text">
|
||||
<p>TBD: How version 1.0 differs from version 1.1</p>
|
||||
</div>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
<hr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user