zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 64958c2b1746bdc5e761720ceeddafbb91f352bc (tree)
parent 022851d2f5883e495417408a35aab0645690d9c4
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Fri, 29 May 2026 07:26:21 +0200

std.debug.SelfInfo.Elf: xtensa does not support DWARF CFI

Diffstat:
Mlib/std/debug/SelfInfo/Elf.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig @@ -116,7 +116,7 @@ pub const can_unwind: bool = s: { .x86, .x86_64, }, - // Not supported yet: arm/armeb/thumb/thumbeb, hppa, hppa64, microblaze/microblazeel, xtensa/xtensaeb + // Not supported yet: arm/armeb/thumb/thumbeb, hppa, hppa64, microblaze/microblazeel .linux => &.{ .aarch64, .aarch64_be,