remove outdated jsbackend leftovers

This commit is contained in:
klensy
2025-09-12 12:03:09 +03:00
parent acb35038ff
commit dbfa01b6a1
2 changed files with 0 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ const OPTIONAL_COMPONENTS: &[&str] = &[
"mips",
"powerpc",
"systemz",
"jsbackend",
"webassembly",
"msp430",
"sparc",

View File

@@ -179,12 +179,6 @@ pub fn initialize_available_targets() {
LLVMInitializeSystemZAsmPrinter,
LLVMInitializeSystemZAsmParser
);
init_target!(
llvm_component = "jsbackend",
LLVMInitializeJSBackendTargetInfo,
LLVMInitializeJSBackendTarget,
LLVMInitializeJSBackendTargetMC
);
init_target!(
llvm_component = "msp430",
LLVMInitializeMSP430TargetInfo,