diff options
author | Duncan Sands <baldrick@free.fr> | 2009-02-25 11:51:54 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-02-25 11:51:54 +0000 |
commit | 50723a94f4bb7f1aa3851a6af724021aad4c923d (patch) | |
tree | 65e9157d07d07db3e3daf235d3987181d71e4cf8 | |
parent | 07636eae92b8ab711a8ee677b6fa14665e3c7682 (diff) | |
download | external_llvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.zip external_llvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.tar.gz external_llvm-50723a94f4bb7f1aa3851a6af724021aad4c923d.tar.bz2 |
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
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e1c62c9..5fc9f6c 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> |