aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo/Elf.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-10-05 20:09:05 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-10-05 20:09:26 +0200
commita5ff376b8ff6caa857ec2e4da27e5debb716d920 (patch)
treec562952492650cd0687f58f721a8ddd9657d26d4 /lib/std/debug/SelfInfo/Elf.zig
parent26403fe3f95063646a3030c2c4216632de2fff11 (diff)
downloadzig-a5ff376b8ff6caa857ec2e4da27e5debb716d920.tar.gz
zig-a5ff376b8ff6caa857ec2e4da27e5debb716d920.zip
std.debug: add unwind support for hexagon-linux
Diffstat (limited to 'lib/std/debug/SelfInfo/Elf.zig')
-rw-r--r--lib/std/debug/SelfInfo/Elf.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig
index 9a7b12929b..106d2a532f 100644
--- a/lib/std/debug/SelfInfo/Elf.zig
+++ b/lib/std/debug/SelfInfo/Elf.zig
@@ -97,6 +97,7 @@ pub const can_unwind: bool = s: {
.linux => &.{
.aarch64,
.aarch64_be,
+ .hexagon,
.loongarch64,
.riscv32,
.riscv64,