Skip to content

Commit

Permalink
Remove nacl from librustc_llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Oct 5, 2017
1 parent d7e73e4 commit 6f7dd65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/librustc_llvm/build.rs
Expand Up @@ -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);
Expand Down
4 changes: 0 additions & 4 deletions src/librustc_llvm/lib.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 6f7dd65

Please sign in to comment.