From eb673960210a2723acf9c99ce73b32cbbec2ad35 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Aug 2004 03:33:07 +0000 Subject: [PATCH] This isn't a bug, it's a missing feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15571 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 82d357a3996..e152c7f21e4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -430,9 +430,7 @@ work. such, execution of a threaded program could cause these data structures to be corrupted. -
  • It is not possible to dlopen an LLVM bytecode file in the JIT.
  • - -
  • Linking in static archive files (.a files) is very slow (there is no symbol +
  • Linking in static archive files (.a files) is slow (there is no symbol table in the archive).
  • The gccld program does not link