summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-02-25 11:51:54 +0000
committerDuncan Sands <baldrick@free.fr>2009-02-25 11:51:54 +0000
commit50723a94f4bb7f1aa3851a6af724021aad4c923d (patch)
tree65e9157d07d07db3e3daf235d3987181d71e4cf8 /docs/ReleaseNotes.html
parent07636eae92b8ab711a8ee677b6fa14665e3c7682 (diff)
downloadllvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.tar.gz
llvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.tar.bz2
llvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.tar.xz
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e1c62c9475..5fc9f6c8f5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>