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-09-05 14:54:31+02:00
logdb3ec253972e68459f23fed389f8d470f9d68193
tree54a4bd89a4662d23ed740aab9c31e4f1740a62e6
parentea0ef98e7fd89f8dd9280f441bf72359f37dc613
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
......@@ -1597,7 +1597,6 @@ pub fn spRegNum(arch: std.Target.Cpu.Arch) u16 {
15971597/// library has a working implementation of unwinding for the current target.
15981598pub fn supportsUnwinding(target: *const std.Target) bool {
15991599 return switch (target.cpu.arch) {
1600 .amdgcn,
16011600 .nvptx,
16021601 .nvptx64,
16031602 .spirv32,