aboutsummaryrefslogtreecommitdiff
path: root/lib/libunwind/src/libunwind.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-08-04 17:39:29 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-08-04 17:39:29 -0700
commit372062b4fe148c17a42ff0938781748ca1dc8328 (patch)
tree099c03a994ffe8a502cbe82281b5ae15e738760c /lib/libunwind/src/libunwind.cpp
parent42da1d385de8559710e04b5a05234f2dd8bb347e (diff)
downloadzig-372062b4fe148c17a42ff0938781748ca1dc8328.tar.gz
zig-372062b4fe148c17a42ff0938781748ca1dc8328.zip
libunwind: update from LLVM 10 to 11rc1
Diffstat (limited to 'lib/libunwind/src/libunwind.cpp')
-rw-r--r--lib/libunwind/src/libunwind.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libunwind/src/libunwind.cpp b/lib/libunwind/src/libunwind.cpp
index 1ee58ad197..fd079da308 100644
--- a/lib/libunwind/src/libunwind.cpp
+++ b/lib/libunwind/src/libunwind.cpp
@@ -50,6 +50,8 @@ _LIBUNWIND_HIDDEN int __unw_init_local(unw_cursor_t *cursor,
# define REGISTER_KIND Registers_arm
#elif defined(__or1k__)
# define REGISTER_KIND Registers_or1k
+#elif defined(__hexagon__)
+# define REGISTER_KIND Registers_hexagon
#elif defined(__mips__) && defined(_ABIO32) && _MIPS_SIM == _ABIO32
# define REGISTER_KIND Registers_mips_o32
#elif defined(__mips64)