summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-10-11 20:06:07 +0000
committerMartin Storsjo <martin@martin.st>2017-10-11 20:06:07 +0000
commit334181906c3320f85e6ecc20aea95d6f1e79c54c (patch)
tree463f96489614283152460c7abd3e2e5b4ec19341
parent4edd9a376e2ef8054401aff379f6c5911d21ce65 (diff)
[docs] Mention that linux/arm64 is supported with DWARF
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@315497 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7ca6799..00155a8 100644
--- a/docs/index.rst
+++ b/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