diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-08 13:51:45 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-08 13:51:45 +0000 |
commit | 56f463ab311dba7be84251d19c30f0998f4b836f (patch) | |
tree | a99a58a1b913e41aa436e76a19c913665acdf45f | |
parent | 93618a91c6f2476c77f1ce7221d74b406393a2d1 (diff) |
Merge of r181328
Mention SystemZ in the release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181427 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 5c8ff2c0cf..7952cd5423 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -137,6 +137,13 @@ The R600 backend was added in this release, it supports AMD GPUs graphics / compute drivers which are developed as part of the `Mesa3D <http://www.mesa3d.org>`_ project. +SystemZ/s390x Backend +--------------------- + +LLVM and clang now support IBM's z/Architecture. At present this support +is restricted to GNU/Linux (GNU triplet s390x-linux-gnu) and requires +z10 or greater. + External Open Source Projects Using LLVM 3.3 ============================================ |