The C backend does not support arbitrary precision integers.

llvm-svn: 65447
This commit is contained in:
Duncan Sands 2009-02-25 11:51:54 +00:00
parent 966fd26c83
commit 3aa3673f5b
1 changed files with 1 additions and 0 deletions

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>