diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2011-10-30 07:49:04 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2011-10-30 07:49:04 +0000 |
commit | 2634d778a60def3d21b80027d1c6ab4db7eb3fc1 (patch) | |
tree | dd558fd7ad0ab8002c2b3aad9567c0ecd2904324 /llvm/docs/ReleaseNotes.html | |
parent | 43eb6f8aeb1db24aba72880b8198ba3c5b2193e1 (diff) | |
download | bcm5719-llvm-2634d778a60def3d21b80027d1c6ab4db7eb3fc1.tar.gz bcm5719-llvm-2634d778a60def3d21b80027d1c6ab4db7eb3fc1.zip |
Update on PPC32.
llvm-svn: 143306
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c2d6283fabe..ea123d21e19 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -926,6 +926,9 @@ Builder.CreateResume(UnwindData); <a name="OtherTS">Other Target Specific Improvements</a> </h3> +<p>PPC32/ELF va_arg was implemented.</p> +<p>PPC32 initial support for .o file writing was implemented.</p> + <div> <ul> @@ -1174,8 +1177,7 @@ Builder.CreateResume(UnwindData); <div> <ul> - <li>The Linux PPC32/ABI support needs testing for the interpreter and static - compilation, and lacks support for debug information.</li> + <li>The PPC32/ELF support lacks PIC support.</li> </ul> </div> |