aboutsummaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-07-16 21:10:46 +0000
committerPhilip Reames <listmail@philipreames.com>2015-07-16 21:10:46 +0000
commitedcb51fd4c6d2dcbcae7ae10dcbdbf8555848070 (patch)
tree4de243c211980119b3c05d95ed6243d180f7e6d3 /docs/Statepoints.rst
parentcc89d5ab3106c2c9cb209f7512e5ba8c818ed328 (diff)
downloadllvm-edcb51fd4c6d2dcbcae7ae10dcbdbf8555848070.tar.gz
List supported architectures for StackMap section and related intrinsics
Not having this documented led to some confusion in a recent review thread. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index b1d1ed8dc10..0d91f1b16b0 100644
--- a/docs/Statepoints.rst
+++ b/docs/Statepoints.rst
@@ -699,6 +699,12 @@ deoptimization or introspection) at safepoints. In that case, ask on the
llvmdev mailing list for suggestions.
+Supported Architectures
+=======================
+
+Support for statepoint generation requires some code for each backend.
+Today, only X86_64 is supported.
+
Bugs and Enhancements
=====================