diff options
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-07-31 20:04:51 +0000 |
|---|---|---|
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-07-31 20:04:51 +0000 |
| commit | 08a66a39baaa9f0af391bf96294e32949ba29d52 (patch) | |
| tree | 2b17375b73625dc0ee686da7589c21ef5a417d45 | |
| parent | 44ff8f06ec5549623e66820883fc7c8c7d65dac0 (diff) | |
| download | bcm5719-llvm-08a66a39baaa9f0af391bf96294e32949ba29d52.tar.gz bcm5719-llvm-08a66a39baaa9f0af391bf96294e32949ba29d52.zip | |
Clarify in PowerPC release notes that 32-bit PIC support is incomplete.
As requested, changing this wording slightly.
Thanks,
Bill
llvm-svn: 214430
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 4eb304bf139..74614de91ba 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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 ============================================ |

