From 47588f97c649f82f6ff2ff73dd4cd5dc92c5e925 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Oct 2003 05:07:23 +0000 Subject: [PATCH] add note about .a files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8813 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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