Generalized mir::codegen_mir (and all subsequent functions)
This commit is contained in:
parent
cbe31a4229
commit
6a993fe353
41 changed files with 1778 additions and 1390 deletions
|
@ -21,6 +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 attributes;
|
||||
use llvm::{self, Attribute};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue