Skip to content

Commit 8e635af

Browse files
TimNNalexcrichton
authored andcommitted
TMP: disable JSBackend
1 parent acf88b1 commit 8e635af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/native.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl Step for Llvm {
100100
// NOTE: remember to also update `config.toml.example` when changing the defaults!
101101
let llvm_targets = match build.config.llvm_targets {
102102
Some(ref s) => s,
103-
None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon",
103+
None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;MSP430;Sparc;NVPTX;Hexagon",
104104
};
105105

106106
let llvm_exp_targets = match build.config.llvm_experimental_targets {

0 commit comments

Comments
 (0)