diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-10-11 18:27:00 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-10-11 18:27:00 +0000 |
commit | 1b4d7a983eec883126b6a23c69480d89dd3ba632 (patch) | |
tree | 4a985fda3cc17673fa9e68e133462d74ab7c2249 | |
parent | 857fb1309f6bcd5e8d050f047d0ac93be9d1a0d7 (diff) |
We do support PIC on x86-64/linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57377 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b152d98744..1247e5625c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -391,8 +391,6 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p> 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> |