Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation.
This commit is contained in:
parent
f637f1c5a2
commit
dc6e414e6f
80 changed files with 640 additions and 532 deletions
|
@ -38,8 +38,8 @@ use syntax::parse::token::InternedString;
|
|||
use syntax::parse::token;
|
||||
use syntax::ptr::P;
|
||||
|
||||
use rustc::back::link;
|
||||
use rustc::driver::driver;
|
||||
use rustc_trans::back::link;
|
||||
use rustc_trans::driver::driver;
|
||||
use rustc::metadata::cstore;
|
||||
use rustc::metadata::csearch;
|
||||
use rustc::metadata::decoder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue