1
Fork 0

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:
Robin Kruppe 2017-04-30 20:33:25 +02:00
commit e3f6e68d63
7 changed files with 139 additions and 103 deletions

1
src/Cargo.lock generated
View file

@ -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",