summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-10-06 19:14:07 +0000
committerMartin Storsjo <martin@martin.st>2017-10-06 19:14:07 +0000
commit4edd9a376e2ef8054401aff379f6c5911d21ce65 (patch)
treee249e79f5384b93e48c50468d0d5e8d348396381
parent6a5c438e9ef71c86d1d5717519c618dcf5e8100d (diff)
[docs] Mention that SjLj works on any OS on the archs where supported by the compiler
Differential Revision: https://reviews.llvm.org/D38576 git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@315090 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c44a237..7ca6799 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -50,6 +50,7 @@ Linux i386, x86_64 Clang, GCC DWARF CFI
Linux ARM Clang, GCC EHABI
Bare Metal ARM Clang, GCC EHABI
NetBSD x86_64 Clang, GCC DWARF CFI
+Any i386, x86_64, ARM Clang SjLj
============ ==================== ============ ========================
The following minimum compiler versions are strongly recommended.