[PATCH] D38900: libunwind: document tested FreeBSD configs and sort OS list

Ed Maste via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 13 12:36:27 PDT 2017


emaste created this revision.
Herald added subscribers: kristof.beyls, krytarowski, aemerson.

libunwind is known to work on FreeBSD/amd64 and FreeBSD/arm64, and is the default unwinder on both of those architectures.

While here sort the OS list.


https://reviews.llvm.org/D38900

Files:
  docs/index.rst


Index: docs/index.rst
===================================================================
--- docs/index.rst
+++ docs/index.rst
@@ -44,13 +44,14 @@
 ============ ==================== ============ ========================
 OS           Arch                 Compilers    Unwind Info
 ============ ==================== ============ ========================
-Mac OS X     i386, x86_64         Clang, GCC   DWARF CFI
+Any          i386, x86_64, ARM    Clang        SjLj
+Bare Metal   ARM                  Clang, GCC   EHABI
+FreeBSD      x86_64, ARM64        Clang        DWARF CFI
 iOS          ARM                  Clang        SjLj
-Linux        i386, x86_64, ARM64  Clang, GCC   DWARF CFI
 Linux        ARM                  Clang, GCC   EHABI
-Bare Metal   ARM                  Clang, GCC   EHABI
+Linux        i386, x86_64, ARM64  Clang, GCC   DWARF CFI
+Mac OS X     i386, x86_64         Clang, GCC   DWARF CFI
 NetBSD       x86_64               Clang, GCC   DWARF CFI
-Any          i386, x86_64, ARM    Clang        SjLj
 ============ ==================== ============ ========================
 
 The following minimum compiler versions are strongly recommended.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38900.118958.patch
Type: text/x-patch
Size: 1165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171013/331c9622/attachment.bin>


More information about the cfe-commits mailing list