[llvm-commits] [llvm] r57377 - /llvm/trunk/docs/ReleaseNotes.html

Anton Korobeynikov asl at math.spbu.ru
Sat Oct 11 11:27:01 PDT 2008


Author: asl
Date: Sat Oct 11 13:27:00 2008
New Revision: 57377

URL: http://llvm.org/viewvc/llvm-project?rev=57377&view=rev
Log:
We do support PIC on x86-64/linux

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57377&r1=57376&r2=57377&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat Oct 11 13:27:00 2008
@@ -391,8 +391,6 @@
     to <a href="http://llvm.org/PR2255">several</a>
     <a href="http://llvm.org/PR2257">bugs</a> due to lack of support for the
     'u' inline assembly constraint and X87 floating point inline assembly.</li>
-  <li>The X86-64 backend does not yet support position-independent code (PIC)
-      generation on Linux targets.</li>
   <li>The X86-64 backend does not yet support the LLVM IR instruction
       <tt>va_arg</tt>. Currently, the llvm-gcc front-end supports variadic
       argument constructs on X86-64 by lowering them manually.</li>





More information about the llvm-commits mailing list