diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-08 03:33:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-08 03:33:07 +0000 |
commit | eb673960210a2723acf9c99ce73b32cbbec2ad35 (patch) | |
tree | 0f6ed115f00ea1d92093de8b6b1e2375a211b263 | |
parent | 54970c032815edadb1b2988ea33f5a1173e5b29c (diff) |
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
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 82d357a399..e152c7f21e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -430,9 +430,7 @@ work.</li> such, execution of a threaded program could cause these data structures to be corrupted.</li> -<li>It is not possible to <tt>dlopen</tt> an LLVM bytecode file in the JIT.</li> - -<li>Linking in static archive files (.a files) is very slow (there is no symbol +<li>Linking in static archive files (.a files) is slow (there is no symbol table in the archive).</li> <li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link |