]> git.lizzy.rs Git - rust.git/commit
Remove (direct) rustc_llvm dependency from rustc_driver
authorRobin Kruppe <robin.kruppe@gmail.com>
Sun, 30 Apr 2017 18:33:25 +0000 (20:33 +0200)
committerRobin Kruppe <robin.kruppe@gmail.com>
Mon, 15 May 2017 09:13:32 +0000 (11:13 +0200)
commite3f6e68d633040be0b88a0e11e6645bc506f8655
treeb9708c93fe8bc5d187fc2a5072c18e61c5fe4f6f
parent8e4f3151166d8ddea2d365c589bf4ac7ab6f20c9
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.
src/Cargo.lock
src/librustc/session/config.rs
src/librustc_driver/Cargo.toml
src/librustc_driver/lib.rs
src/librustc_driver/target_features.rs
src/librustc_trans/lib.rs
src/librustc_trans/llvm_util.rs [new file with mode: 0644]