mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
1a24a591dd
Move the code for loading metadata from rlibs and dylibs from rustc_metadata into rustc_trans, and introduce a trait to avoid introducing a direct dependency on rustc_trans. This means rustc_metadata is no longer rebuilt when LLVM changes.