Update on PPC32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143306 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Roman Divacky 2011-10-30 07:49:04 +00:00
parent ac6d7e4911
commit 223764c85b

View File

@ -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>