From db3ec253972e68459f23fed389f8d470f9d68193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 4 Aug 2026 10:23:57 +0200 Subject: [PATCH] std.debug.Dwarf: fix supportsUnwinding() for amdgcn https://github.com/llvm/llvm-project/pull/183148 --- lib/std/debug/Dwarf.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/std/debug/Dwarf.zig b/lib/std/debug/Dwarf.zig index 0bd643c7eefab1c20858a44127dcb9e11e224400..44d4f488a58c9239c68561539c0240b8e250d415 100644 --- a/lib/std/debug/Dwarf.zig +++ b/lib/std/debug/Dwarf.zig @@ -1597,7 +1597,6 @@ pub fn spRegNum(arch: std.Target.Cpu.Arch) u16 { /// library has a working implementation of unwinding for the current target. pub fn supportsUnwinding(target: *const std.Target) bool { return switch (target.cpu.arch) { - .amdgcn, .nvptx, .nvptx64, .spirv32, -- 2.54.0