summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-07 15:52:32 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-07 15:52:32 +0000
commit46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3 (patch)
tree51ea01965b235a5000ccc4b7ac2a8706723bf38e /docs
parent8cc93593cdfaa02f661c2bed96b7893c4f250b1e (diff)
downloadllvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.tar.gz
llvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.tar.bz2
llvm-46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3.tar.xz
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.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 06918d450d..3689af1809 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
============================================