[libunwind] r315090 - [docs] Mention that SjLj works on any OS on the archs where supported by the compiler

Martin Storsjo via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 12:14:07 PDT 2017


Author: mstorsjo
Date: Fri Oct  6 12:14:07 2017
New Revision: 315090

URL: http://llvm.org/viewvc/llvm-project?rev=315090&view=rev
Log:
[docs] Mention that SjLj works on any OS on the archs where supported by the compiler

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

Modified:
    libunwind/trunk/docs/index.rst

Modified: libunwind/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libunwind/trunk/docs/index.rst?rev=315090&r1=315089&r2=315090&view=diff
==============================================================================
--- libunwind/trunk/docs/index.rst (original)
+++ libunwind/trunk/docs/index.rst Fri Oct  6 12:14:07 2017
@@ -50,6 +50,7 @@ Linux        i386, x86_64         Clang,
 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.




More information about the cfe-commits mailing list