Move almost all of cg_llvm/back/link.rs to cg_ssa
This commit is contained in:
parent
de4ee55dc7
commit
93a3b414e3
8 changed files with 1115 additions and 1111 deletions
|
@ -44,8 +44,6 @@ extern crate rustc_fs_util;
|
|||
#[macro_use] extern crate syntax;
|
||||
extern crate syntax_pos;
|
||||
extern crate rustc_errors as errors;
|
||||
extern crate serialize;
|
||||
extern crate tempfile;
|
||||
|
||||
use rustc_codegen_ssa::traits::*;
|
||||
use rustc_codegen_ssa::back::write::{CodegenContext, ModuleConfig, FatLTOInput};
|
||||
|
@ -78,8 +76,6 @@ mod back {
|
|||
pub mod link;
|
||||
pub mod lto;
|
||||
pub mod write;
|
||||
mod rpath;
|
||||
pub mod wasm;
|
||||
}
|
||||
|
||||
mod abi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue