[docs] Mention that SjLj works on any OS on the archs where supported by the compiler
authorMartin Storsjo <martin@martin.st>
Fri, 6 Oct 2017 19:14:07 +0000 (19:14 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 6 Oct 2017 19:14:07 +0000 (19:14 +0000)
Differential Revision: https://reviews.llvm.org/D38576

llvm-svn: 315090

libunwind/docs/index.rst

index c44a237..7ca6799 100644 (file)
@@ -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.