From 64958c2b1746bdc5e761720ceeddafbb91f352bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 29 May 2026 07:26:21 +0200 Subject: [PATCH] std.debug.SelfInfo.Elf: xtensa does not support DWARF CFI --- lib/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 index 50274e5f7e7cf708caace875179ed7595771f492..c3124902008f0b45347b939b0d49aff7164c5c34 100644 --- 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, -- 2.54.0