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 { |
| 1597 | 1597 | /// library has a working implementation of unwinding for the current target. |
| 1598 | 1598 | pub fn supportsUnwinding(target: *const std.Target) bool { |
| 1599 | 1599 | return switch (target.cpu.arch) { |
| 1600 | | .amdgcn, |
| 1601 | 1600 | .nvptx, |
| 1602 | 1601 | .nvptx64, |
| 1603 | 1602 | .spirv32, |