| author | |
| committer | |
| log | b8431819b27d91b8c1dd367a0ce28d8ed4ec2ea8 |
| tree | 24c7c64f4a3e6720b08fc762881c01ddb123f72b |
| parent | a3ff721b3d056f863cbcd2e9e94cc89d6c82a6ef |
| signature |
closes https://codeberg.org/ziglang/zig/issues/363431 files changed, 0 insertions(+), 1 deletions(-)
src/target.zig-1| ... | @@ -12,7 +12,6 @@ pub const default_stack_protector_buffer_size = 4; | ... | @@ -12,7 +12,6 @@ pub const default_stack_protector_buffer_size = 4; |
| 12 | 12 | ||
| 13 | pub fn canDynamicLink(target: *const std.Target) bool { | 13 | pub fn canDynamicLink(target: *const std.Target) bool { |
| 14 | return switch (target.cpu.arch) { | 14 | return switch (target.cpu.arch) { |
| 15 | .amdgcn, | ||
| 16 | .bpfeb, | 15 | .bpfeb, |
| 17 | .bpfel, | 16 | .bpfel, |
| 18 | .nvptx, | 17 | .nvptx, |