We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb948f commit 2921de6Copy full SHA for 2921de6
src/bootstrap/native.rs
@@ -125,7 +125,8 @@ impl Step for Llvm {
125
} else {
126
match builder.config.llvm_targets {
127
Some(ref s) => s,
128
- None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86",
+ None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;\
129
+ Sparc;SystemZ;WebAssembly;X86",
130
}
131
};
132
0 commit comments