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 | e57220a5d168b24bf2e80eaad2a52f16c5decbdd (patch) | |
| tree | 7d18b1a8e16c6f42e73541cfe42cd37eaf1389e3 /llvm/docs | |
| parent | d8b33e0af62fd2f1542ab0ec5ae16a723d4a1951 (diff) | |
| download | bcm5719-llvm-e57220a5d168b24bf2e80eaad2a52f16c5decbdd.tar.gz bcm5719-llvm-e57220a5d168b24bf2e80eaad2a52f16c5decbdd.zip | |
We do support PIC on x86-64/linux
llvm-svn: 57377
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b152d98744a..1247e5625c5 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

