The C backend does not support arbitrary precision integers.
authorDuncan Sands <baldrick@free.fr>
Wed, 25 Feb 2009 11:51:54 +0000 (11:51 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 25 Feb 2009 11:51:54 +0000 (11:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65447 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e1c62c9475010ef53ec32900d7c129408f7d70f7..5fc9f6c8f5a42be5b49a3d702e6edaa60e6a4284 100644 (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>