[PATCH] D39632: [libunwind] [docs] Mention that dwarf unwinding should be supported on arm64/windows

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 4 14:11:29 PDT 2017


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

This didn't require any further changes to libunwind as long as win64 in general is handled correctly.


https://reviews.llvm.org/D39632

Files:
  docs/index.rst


Index: docs/index.rst
===================================================================
--- docs/index.rst
+++ docs/index.rst
@@ -41,19 +41,19 @@
 
 libunwind is known to work on the following platforms:
 
-============ ==================== ============ ========================
-OS           Arch                 Compilers    Unwind Info
-============ ==================== ============ ========================
-Any          i386, x86_64, ARM    Clang        SjLj
-Bare Metal   ARM                  Clang, GCC   EHABI
-FreeBSD      i386, x86_64, ARM64  Clang        DWARF CFI
-iOS          ARM                  Clang        SjLj
-Linux        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
-Windows      i386, x86_64, ARM    Clang        DWARF CFI
-============ ==================== ============ ========================
+============ ======================== ============ ========================
+OS           Arch                     Compilers    Unwind Info
+============ ======================== ============ ========================
+Any          i386, x86_64, ARM        Clang        SjLj
+Bare Metal   ARM                      Clang, GCC   EHABI
+FreeBSD      i386, x86_64, ARM64      Clang        DWARF CFI
+iOS          ARM                      Clang        SjLj
+Linux        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
+Windows      i386, x86_64, ARM, ARM64 Clang        DWARF CFI
+============ ======================== ============ ========================
 
 The following minimum compiler versions are strongly recommended.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39632.121601.patch
Type: text/x-patch
Size: 1897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171104/8605519b/attachment.bin>


More information about the cfe-commits mailing list