mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
The C backend does not support arbitrary precision integers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07636eae92
commit
50723a94f4
@ -585,6 +585,7 @@ appropriate nops inserted to ensure restartability.</li>
|
||||
C++ programs</a>, preventing intermixing between C++ compiled by the CBE and
|
||||
C++ code compiled with llc or native compilers.</li>
|
||||
<li>The C backend does not support all exception handling constructs.</li>
|
||||
<li>The C backend does not support arbitrary precision integers.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user