Remove nacl from librustc_llvm
This commit is contained in:
parent
d7e73e4b1a
commit
6f7dd654cd
2 changed files with 1 additions and 5 deletions
|
@ -88,7 +88,7 @@ fn main() {
|
|||
let is_crossed = target != host;
|
||||
|
||||
let mut optional_components =
|
||||
vec!["x86", "arm", "aarch64", "mips", "powerpc", "pnacl",
|
||||
vec!["x86", "arm", "aarch64", "mips", "powerpc",
|
||||
"systemz", "jsbackend", "webassembly", "msp430", "sparc", "nvptx"];
|
||||
|
||||
let mut version_cmd = Command::new(&llvm_config);
|
||||
|
|
|
@ -346,10 +346,6 @@ pub fn initialize_available_targets() {
|
|||
LLVMInitializePowerPCTargetMC,
|
||||
LLVMInitializePowerPCAsmPrinter,
|
||||
LLVMInitializePowerPCAsmParser);
|
||||
init_target!(llvm_component = "pnacl",
|
||||
LLVMInitializePNaClTargetInfo,
|
||||
LLVMInitializePNaClTarget,
|
||||
LLVMInitializePNaClTargetMC);
|
||||
init_target!(llvm_component = "systemz",
|
||||
LLVMInitializeSystemZTargetInfo,
|
||||
LLVMInitializeSystemZTarget,
|
||||
|
|
Loading…
Add table
Reference in a new issue