[llvm] b3a5abc - [NFC][Doc] Mention SystemZ supports StackMap generation

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 09:31:18 PST 2021


Author: Ulrich Weigand
Date: 2021-01-21T18:29:46+01:00
New Revision: b3a5abcb36967bd4a83c0c12259d5193ac1a8245

URL: https://github.com/llvm/llvm-project/commit/b3a5abcb36967bd4a83c0c12259d5193ac1a8245
DIFF: https://github.com/llvm/llvm-project/commit/b3a5abcb36967bd4a83c0c12259d5193ac1a8245.diff

LOG: [NFC][Doc] Mention SystemZ supports StackMap generation

Support available as of commit 5eb64110d241cf2506f54ade3c2693beed42dd8f.

Differential Revision: https://reviews.llvm.org/D95040

Added: 
    

Modified: 
    llvm/docs/StackMaps.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/StackMaps.rst b/llvm/docs/StackMaps.rst
index 2ceb408097a7..7c9cead3647d 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.


        


More information about the llvm-commits mailing list