stage2: wasm arch does not support -mred-zone flags

This commit is contained in:
Andrew Kelley 2021-01-22 23:35:32 -07:00
parent 3647784d05
commit ab4f3aee3d

View File

@ -354,8 +354,6 @@ pub fn hasRedZone(target: std.Target) bool {
return switch (target.cpu.arch) {
.x86_64,
.i386,
.wasm32,
.wasm64,
.powerpc,
.powerpc64,
.powerpc64le,