[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
Wed Nov 15 23:16:54 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318383: [docs] Mention that dwarf unwinding should be supported on arm64/windows (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D39632?vs=121601&id=123130#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39632
Files:
libunwind/trunk/docs/index.rst
Index: libunwind/trunk/docs/index.rst
===================================================================
--- libunwind/trunk/docs/index.rst
+++ libunwind/trunk/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.123130.patch
Type: text/x-patch
Size: 1945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171116/60709f71/attachment.bin>
More information about the cfe-commits
mailing list