diff options
author | Martin Storsjo <martin@martin.st> | 2017-10-11 20:06:07 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-10-11 20:06:07 +0000 |
commit | b03f480c8dd0965c7d05574702b627e15ceb9e4c (patch) | |
tree | b025297f013dcd4862c85cd6125e0d4a3aa20399 /libunwind | |
parent | 2ecfd62938776f07280805bc4a7dc73d9d6d8732 (diff) | |
download | bcm5719-llvm-b03f480c8dd0965c7d05574702b627e15ceb9e4c.tar.gz bcm5719-llvm-b03f480c8dd0965c7d05574702b627e15ceb9e4c.zip |
[docs] Mention that linux/arm64 is supported with DWARF
llvm-svn: 315497
Diffstat (limited to 'libunwind')
-rw-r--r-- | libunwind/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst index 7ca6799d924..00155a83634 100644 --- a/libunwind/docs/index.rst +++ b/libunwind/docs/index.rst @@ -46,7 +46,7 @@ OS Arch Compilers Unwind Info ============ ==================== ============ ======================== Mac OS X i386, x86_64 Clang, GCC DWARF CFI iOS ARM Clang SjLj -Linux i386, x86_64 Clang, GCC DWARF CFI +Linux i386, x86_64, ARM64 Clang, GCC DWARF CFI Linux ARM Clang, GCC EHABI Bare Metal ARM Clang, GCC EHABI NetBSD x86_64 Clang, GCC DWARF CFI |