[PATCH] D119659: [llvm][doc] Add Aarch64 to list of architectures supporting statepoints

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 13 11:36:15 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe101eb5c7b7b: [llvm][doc] Add Aarch64 to list of architectures supporting statepoints (authored by zero9178).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119659/new/

https://reviews.llvm.org/D119659

Files:
  llvm/docs/Statepoints.rst


Index: llvm/docs/Statepoints.rst
===================================================================
--- llvm/docs/Statepoints.rst
+++ llvm/docs/Statepoints.rst
@@ -739,7 +739,7 @@
 =======================
 
 Support for statepoint generation requires some code for each backend.
-Today, only X86_64 is supported.
+Today, only Aarch64 and X86_64 are supported.
 
 .. _OpenWork:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119659.408284.patch
Type: text/x-patch
Size: 380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220213/aa186dc7/attachment.bin>


More information about the llvm-commits mailing list