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:
Duncan Sands 2009-02-25 11:51:54 +00:00
parent 07636eae92
commit 50723a94f4

View File

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