authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-04 10:23:57+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-31 23:15:49+02:00
logba8f844d3b8f0807814e4ef17f5f832268218cb4
treeda5b390f5259ffd04fe80deb4767def0a4878915
parent6a329601036fa08d0b0307bedade990efef4edab
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.debug.Dwarf: fix supportsUnwinding() for amdgcn

https://github.com/llvm/llvm-project/pull/183148

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

lib/std/debug/Dwarf.zig-1
...@@ -1528,7 +1528,6 @@ pub fn spRegNum(arch: std.Target.Cpu.Arch) u16 {...@@ -1528,7 +1528,6 @@ pub fn spRegNum(arch: std.Target.Cpu.Arch) u16 {
1528/// library has a working implementation of unwinding for the current target.1528/// library has a working implementation of unwinding for the current target.
1529pub fn supportsUnwinding(target: *const std.Target) bool {1529pub fn supportsUnwinding(target: *const std.Target) bool {
1530 return switch (target.cpu.arch) {1530 return switch (target.cpu.arch) {
1531 .amdgcn,
1532 .nvptx,1531 .nvptx,
1533 .nvptx64,1532 .nvptx64,
1534 .spirv32,1533 .spirv32,