diff options
author | Martin Storsjo <martin@martin.st> | 2017-11-16 07:16:36 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-11-16 07:16:36 +0000 |
commit | 3920189bccc8569b9e9c1b82e0b8c2d2ff3ba5d9 (patch) | |
tree | cb537ad1d133b23743767099a8229abb39b616d3 /libunwind/docs/index.rst | |
parent | 56e4abc2cfc5f3868b28d2cfacb6ff27f0622d23 (diff) | |
download | bcm5719-llvm-3920189bccc8569b9e9c1b82e0b8c2d2ff3ba5d9.tar.gz bcm5719-llvm-3920189bccc8569b9e9c1b82e0b8c2d2ff3ba5d9.zip |
[docs] Mention that dwarf unwinding should be supported on arm64/windows
This didn't require any further changes to libunwind as long as win64
in general is handled correctly.
Differential Revision: https://reviews.llvm.org/D39632
llvm-svn: 318383
Diffstat (limited to 'libunwind/docs/index.rst')
-rw-r--r-- | libunwind/docs/index.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst index 285289d5a95..7e7277e3d67 100644 --- a/libunwind/docs/index.rst +++ b/libunwind/docs/index.rst @@ -41,19 +41,19 @@ Platform and Compiler Support 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. |