Remove (direct) rustc_llvm dependency from rustc_driver
This does not actually improve build times, since it still depends on rustc_trans, but is better layering and fits the multi-backend future slightly better.
This commit is contained in:
parent
8e4f315116
commit
e3f6e68d63
7 changed files with 139 additions and 103 deletions
1
src/Cargo.lock
generated
1
src/Cargo.lock
generated
|
@ -560,7 +560,6 @@ dependencies = [
|
|||
"rustc_errors 0.0.0",
|
||||
"rustc_incremental 0.0.0",
|
||||
"rustc_lint 0.0.0",
|
||||
"rustc_llvm 0.0.0",
|
||||
"rustc_metadata 0.0.0",
|
||||
"rustc_mir 0.0.0",
|
||||
"rustc_passes 0.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue