[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Reid Spencer reid at x10sys.com
Fri Apr 22 13:27:44 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.308 -> 1.309
---
Log message:

Mention the --enable-targets= option to configure.


---
Diffs of the changes:  (+4 -1)

 ReleaseNotes.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.308 llvm/docs/ReleaseNotes.html:1.309
--- llvm/docs/ReleaseNotes.html:1.308	Tue Apr 19 01:08:04 2005
+++ llvm/docs/ReleaseNotes.html	Fri Apr 22 15:27:33 2005
@@ -84,6 +84,9 @@
       Alpha, and IA64.</li>
   <li>Support for Microsoft Visual Studio is improved, and <a 
       href="GettingStartedVS.html">now documented</a>.</li>
+  <li>Configuring LLVM to build targets selectively is now implemented, via the
+      <tt>--enable-targets=</tt> option. This feature is documented
+      <a href="GettingStarted.html#config">here</a>.</li>
 </ol>
 
 </div>
@@ -600,7 +603,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: 2005/04/19 06:08:04 $
+  Last modified: $Date: 2005/04/22 20:27:33 $
 </address>
 
 </body>






More information about the llvm-commits mailing list