mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[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
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user