authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-29 07:26:21+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-29 07:26:21+02:00
log64958c2b1746bdc5e761720ceeddafbb91f352bc
treea920bd0a91293f11e5b784fda73b36d608991a49
parent022851d2f5883e495417408a35aab0645690d9c4
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/debug/SelfInfo/Elf.zig+1-1
...@@ -116,7 +116,7 @@ pub const can_unwind: bool = s: {...@@ -116,7 +116,7 @@ pub const can_unwind: bool = s: {
116 .x86,116 .x86,
117 .x86_64,117 .x86_64,
118 },118 },
119 // Not supported yet: arm/armeb/thumb/thumbeb, hppa, hppa64, microblaze/microblazeel, xtensa/xtensaeb119 // Not supported yet: arm/armeb/thumb/thumbeb, hppa, hppa64, microblaze/microblazeel
120 .linux => &.{120 .linux => &.{
121 .aarch64,121 .aarch64,
122 .aarch64_be,122 .aarch64_be,