From ba8f844d3b8f0807814e4ef17f5f832268218cb4 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 525e9ce078882cc4fb8013762e323579a1d05126..fa4db24ac6c2c4cdce43a29faae93c384e9a4baf 100644 --- a/lib/std/debug/Dwarf.zig +++ b/lib/std/debug/Dwarf.zig @@ -1528,7 +1528,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