diff options
-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 |