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 | 1528 | /// library has a working implementation of unwinding for the current target. |
| 1529 | 1529 | pub fn supportsUnwinding(target: *const std.Target) bool { |
| 1530 | 1530 | return switch (target.cpu.arch) { |
| 1531 | | .amdgcn, |
| 1532 | 1531 | .nvptx, |
| 1533 | 1532 | .nvptx64, |
| 1534 | 1533 | .spirv32, |