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 acb3503 commit dbfa01bCopy full SHA for dbfa01b
compiler/rustc_llvm/build.rs
@@ -16,7 +16,6 @@ const OPTIONAL_COMPONENTS: &[&str] = &[
16
"mips",
17
"powerpc",
18
"systemz",
19
- "jsbackend",
20
"webassembly",
21
"msp430",
22
"sparc",
compiler/rustc_llvm/src/lib.rs
@@ -179,12 +179,6 @@ pub fn initialize_available_targets() {
179
LLVMInitializeSystemZAsmPrinter,
180
LLVMInitializeSystemZAsmParser
181
);
182
- init_target!(
183
- llvm_component = "jsbackend",
184
- LLVMInitializeJSBackendTargetInfo,
185
- LLVMInitializeJSBackendTarget,
186
- LLVMInitializeJSBackendTargetMC
187
- );
188
init_target!(
189
llvm_component = "msp430",
190
LLVMInitializeMSP430TargetInfo,
0 commit comments