[llvm] r214430 - Clarify in PowerPC release notes that 32-bit PIC support is incomplete.
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Thu Jul 31 13:04:51 PDT 2014
Author: wschmidt
Date: Thu Jul 31 15:04:51 2014
New Revision: 214430
URL: http://llvm.org/viewvc/llvm-project?rev=214430&view=rev
Log:
Clarify in PowerPC release notes that 32-bit PIC support is incomplete.
As requested, changing this wording slightly.
Thanks,
Bill
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=214430&r1=214429&r2=214430&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Jul 31 15:04:51 2014
@@ -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
============================================
More information about the llvm-commits
mailing list