From 46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 7 May 2013 15:52:32 +0000 Subject: [PATCH] Mention SystemZ in the release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181328 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 06918d450db..3689af18093 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 `_ 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 ============================================ -- 2.34.1