| ... | @@ -3486,7 +3486,7 @@ pub fn flush(wasm: *Wasm, comp: *Compilation, prog_node: *std.Progress.Node) lin | ... | @@ -3486,7 +3486,7 @@ pub fn flush(wasm: *Wasm, comp: *Compilation, prog_node: *std.Progress.Node) lin |
| 3486 | | 3486 | |
| 3487 | if (use_lld) { | 3487 | if (use_lld) { |
| 3488 | return wasm.linkWithLLD(comp, prog_node); | 3488 | return wasm.linkWithLLD(comp, prog_node); |
| 3489 | } else if (use_llvm and !use_lld) { | 3489 | } else if (use_llvm) { |
| 3490 | return wasm.linkWithZld(comp, prog_node); | 3490 | return wasm.linkWithZld(comp, prog_node); |
| 3491 | } else { | 3491 | } else { |
| 3492 | return wasm.flushModule(comp, prog_node); | 3492 | return wasm.flushModule(comp, prog_node); |