From 8d6cf4ddd30286124a420dbacc901d5abfcbed8f Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 31 Jul 2014 20:04:51 +0000 Subject: [PATCH] Clarify in PowerPC release notes that 32-bit PIC support is incomplete. As requested, changing this wording slightly. Thanks, Bill git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214430 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 4eb304bf139..74614de91ba 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -210,7 +210,8 @@ Constant hoisting has been enabled. Global named register support has been enabled. -Position-independent code can now be generated for the 32-bit ELF subtarget. +Initial support for PIC code has been added for the 32-bit ELF subtarget. +Further support will be available in a future release. External Open Source Projects Using LLVM 3.5 ============================================ -- 2.34.1