diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-07 15:52:32 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-07 15:52:32 +0000 |
commit | 46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3 (patch) | |
tree | 51ea01965b235a5000ccc4b7ac2a8706723bf38e /docs | |
parent | 8cc93593cdfaa02f661c2bed96b7893c4f250b1e (diff) | |
download | external_llvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.zip external_llvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.tar.gz external_llvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.tar.bz2 |
Mention SystemZ in the release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 06918d4..3689af1 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -140,6 +140,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 ============================================ |