From: Chris Lattner Date: Thu, 2 Oct 2003 05:07:23 +0000 (+0000) Subject: add note about .a files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=47588f97c649f82f6ff2ff73dd4cd5dc92c5e925;p=oota-llvm.git add note about .a files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 975c3a5f995..48f0d6d2b62 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -101,6 +101,8 @@ missed something. We welcome portability patches and error messages.

  • It is not possible to dlopen an LLVM bytecode file in the JIT.

    +

  • Linking in static archive files (.a files) is very slow. +


    Known problems with the C front-end