1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

This isn't a bug, it's a missing feature

llvm-svn: 15571
This commit is contained in:
Chris Lattner 2004-08-08 03:33:07 +00:00
parent c5a25532c7
commit b588051065

View File

@ -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