We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf88b1 commit 8e635afCopy full SHA for 8e635af
src/bootstrap/native.rs
@@ -100,7 +100,7 @@ impl Step for Llvm {
100
// NOTE: remember to also update `config.toml.example` when changing the defaults!
101
let llvm_targets = match build.config.llvm_targets {
102
Some(ref s) => s,
103
- None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon",
+ None => "X86;ARM;AArch64;Mips;PowerPC;SystemZ;MSP430;Sparc;NVPTX;Hexagon",
104
};
105
106
let llvm_exp_targets = match build.config.llvm_experimental_targets {
0 commit comments