Skip to content

Commit dbfa01b

Browse files
committed
remove outdated jsbackend leftovers
1 parent acb3503 commit dbfa01b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

compiler/rustc_llvm/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const OPTIONAL_COMPONENTS: &[&str] = &[
1616
"mips",
1717
"powerpc",
1818
"systemz",
19-
"jsbackend",
2019
"webassembly",
2120
"msp430",
2221
"sparc",

compiler/rustc_llvm/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ pub fn initialize_available_targets() {
179179
LLVMInitializeSystemZAsmPrinter,
180180
LLVMInitializeSystemZAsmParser
181181
);
182-
init_target!(
183-
llvm_component = "jsbackend",
184-
LLVMInitializeJSBackendTargetInfo,
185-
LLVMInitializeJSBackendTarget,
186-
LLVMInitializeJSBackendTargetMC
187-
);
188182
init_target!(
189183
llvm_component = "msp430",
190184
LLVMInitializeMSP430TargetInfo,

0 commit comments

Comments
 (0)