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

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 28 08:52:44 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.303 -> 1.304
---
Log message:

Adam Treat implemented this :)


---
Diffs of the changes:  (+3 -2)

 ReleaseNotes.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.303 llvm/docs/ReleaseNotes.html:1.304
--- llvm/docs/ReleaseNotes.html:1.303	Sun Feb 27 13:31:02 2005
+++ llvm/docs/ReleaseNotes.html	Mon Feb 28 10:52:28 2005
@@ -97,7 +97,8 @@
 <div class="doc_text">
 
 <ol>
-   <li></li>
+   <li>LLVM can now create native shared libraries with '<tt>llvm-gcc ...
+       -shared -Wl,-native</tt>' (or with <tt>-Wl,-native-cbe</tt>).</li>
 </ol>
 
 </div>
@@ -593,7 +594,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/02/27 19:31:02 $
+  Last modified: $Date: 2005/02/28 16:52:28 $
 </address>
 
 </body>






More information about the llvm-commits mailing list