Finished moving backend-agnostic code to rustc_codegen_ssa
This commit is contained in:
parent
c0a428ee70
commit
015e4441f5
28 changed files with 110 additions and 154 deletions
|
@ -21,7 +21,7 @@ use rustc::ty::query::Providers;
|
|||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_target::spec::PanicStrategy;
|
||||
use interfaces::*;
|
||||
use rustc_codegen_ssa::interfaces::*;
|
||||
|
||||
use attributes;
|
||||
use llvm::{self, Attribute};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue