[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Reid Spencer
reid at x10sys.com
Tue Aug 3 17:44:00 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.223 -> 1.224
---
Log message:
Added note for PR413: http://llvm.cs.uiuc.edu/PR413
Tools now respond to the --version option.
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.223 llvm/docs/ReleaseNotes.html:1.224
--- llvm/docs/ReleaseNotes.html:1.223 Mon Aug 2 15:29:51 2004
+++ llvm/docs/ReleaseNotes.html Tue Aug 3 19:43:50 2004
@@ -146,6 +146,9 @@
for global variables, which is now enabled by default in gccld.</li>
<li>LLVM can now autogenerate assembly printers for code generators from the
tablegen description of the target (before they were hand coded).</li>
+<li>All LLVM tools will now respond to the
+<a href="http://llvm.cs.uiuc.edu/PR413"><tt>--version</tt> option</a> which
+will tell you the version of LLVM on which the tool is based.</li>
</ol>
</div>
@@ -757,7 +760,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/02 20:29:51 $
+ Last modified: $Date: 2004/08/04 00:43:50 $
</address>
</body>
More information about the llvm-commits
mailing list