[llvm-commits] CVS: llvm/www/releases/1.0/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 2 00:08:05 PDT 2003


Changes in directory llvm/www/releases/1.0:

ReleaseNotes.html updated: 1.1 -> 1.2

---
Log message:

add note about .a files


---
Diffs of the changes:

Index: llvm/www/releases/1.0/ReleaseNotes.html
diff -u llvm/www/releases/1.0/ReleaseNotes.html:1.1 llvm/www/releases/1.0/ReleaseNotes.html:1.2
--- llvm/www/releases/1.0/ReleaseNotes.html:1.1	Wed Oct  1 23:57:28 2003
+++ llvm/www/releases/1.0/ReleaseNotes.html	Thu Oct  2 00:07:23 2003
@@ -101,6 +101,8 @@
 
 <li>It is not possible to <tt>dlopen</tt> an LLVM bytecode file in the JIT.<p>
 
+<li>Linking in static archive files (.a files) is very slow.
+
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
 
@@ -321,6 +323,6 @@
 <address>By: <a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Wed Oct  1 23:56:16 CDT 2003
+Last modified: Thu Oct  2 00:06:58 CDT 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list