about summary refs log tree commit diff
path: root/src/librustc_trans/back/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_trans/back/command.rs')
-rw-r--r--src/librustc_trans/back/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_trans/back/command.rs b/src/librustc_trans/back/command.rs
index a5649e98baa..9ebbdd7c3c9 100644
--- a/src/librustc_trans/back/command.rs
+++ b/src/librustc_trans/back/command.rs
@@ -17,7 +17,7 @@ use std::io;
 use std::mem;
 use std::process::{self, Output};
 
-use rustc_back::LldFlavor;
+use rustc_target::spec::LldFlavor;
 
 #[derive(Clone)]
 pub struct Command {