Skip to content

Commit 6f7dd65

Browse files
committed
Remove nacl from librustc_llvm
1 parent d7e73e4 commit 6f7dd65

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/librustc_llvm/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn main() {
8888
let is_crossed = target != host;
8989

9090
let mut optional_components =
91-
vec!["x86", "arm", "aarch64", "mips", "powerpc", "pnacl",
91+
vec!["x86", "arm", "aarch64", "mips", "powerpc",
9292
"systemz", "jsbackend", "webassembly", "msp430", "sparc", "nvptx"];
9393

9494
let mut version_cmd = Command::new(&llvm_config);

src/librustc_llvm/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,6 @@ pub fn initialize_available_targets() {
346346
LLVMInitializePowerPCTargetMC,
347347
LLVMInitializePowerPCAsmPrinter,
348348
LLVMInitializePowerPCAsmParser);
349-
init_target!(llvm_component = "pnacl",
350-
LLVMInitializePNaClTargetInfo,
351-
LLVMInitializePNaClTarget,
352-
LLVMInitializePNaClTargetMC);
353349
init_target!(llvm_component = "systemz",
354350
LLVMInitializeSystemZTargetInfo,
355351
LLVMInitializeSystemZTarget,

0 commit comments

Comments
 (0)