From b3a5abcb36967bd4a83c0c12259d5193ac1a8245 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 21 Jan 2021 18:29:46 +0100 Subject: [PATCH] [NFC][Doc] Mention SystemZ supports StackMap generation Support available as of commit 5eb64110d241cf2506f54ade3c2693beed42dd8f. Differential Revision: https://reviews.llvm.org/D95040 --- llvm/docs/StackMaps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/StackMaps.rst b/llvm/docs/StackMaps.rst index 2ceb408..7c9cead 100644 --- a/llvm/docs/StackMaps.rst +++ b/llvm/docs/StackMaps.rst @@ -514,4 +514,4 @@ Supported Architectures Support for StackMap generation and the related intrinsics requires some code for each backend. Today, only a subset of LLVM's backends are supported. The currently supported architectures are X86_64, -PowerPC, and Aarch64. +PowerPC, Aarch64 and SystemZ. -- 2.7.4