1
Fork 0

Generalized mir::codegen_mir (and all subsequent functions)

This commit is contained in:
Denis Merigoux 2018-09-20 15:47:22 +02:00 committed by Eduard-Mihai Burtescu
parent cbe31a4229
commit 6a993fe353
41 changed files with 1778 additions and 1390 deletions

View file

@ -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};