From 84b498d50c11af4648a274917cc54ed934271469 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 11 Oct 2008 18:27:00 +0000 Subject: [PATCH] We do support PIC on x86-64/linux llvm-svn: 57377 --- docs/ReleaseNotes.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b152d98744a..1247e5625c5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -391,8 +391,6 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list.

to several bugs due to lack of support for the 'u' inline assembly constraint and X87 floating point inline assembly. -
  • The X86-64 backend does not yet support position-independent code (PIC) - generation on Linux targets.
  • The X86-64 backend does not yet support the LLVM IR instruction va_arg. Currently, the llvm-gcc front-end supports variadic argument constructs on X86-64 by lowering them manually.