Split CommonMethods to accomodate for use in back/write.rs

This commit is contained in:
Denis Merigoux 2018-08-29 16:40:47 +02:00 committed by Eduard-Mihai Burtescu
parent 83e07f9fe9
commit 3aee77277e
9 changed files with 29 additions and 24 deletions

View file

@ -46,7 +46,7 @@ use syntax_pos::MultiSpan;
use syntax_pos::symbol::Symbol;
use type_::Type;
use context::{is_pie_binary, get_reloc_model, CodegenCx};
use interfaces::CommonMethods;
use interfaces::CommonWriteMethods;
use jobserver::{Client, Acquired};
use rustc_demangle;