diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-02 05:07:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-02 05:07:23 +0000 |
commit | 47588f97c649f82f6ff2ff73dd4cd5dc92c5e925 (patch) | |
tree | 90a945e1bb0df3ee9ffb5dfa655e49a1a7a31a2b | |
parent | 79c3fe10080cdc0822fd2e7c77ee1cce8f273ab7 (diff) |
add note about .a files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8813 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 975c3a5f99..48f0d6d2b6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -101,6 +101,8 @@ missed something. We welcome portability patches and error messages.<p> <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 @@ via the mailing lists.<p> <address>By: <a href="mailto:sabre@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> |