rust/compiler/rustc_codegen_ssa
Yuki Okushi a84d39c7d4
Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk
Couple of changes to FileSearch and SearchPath

* Turn a couple of regular comments into doc comments
* Move `get_tools_search_paths` from `FileSearch` to `Session`
* Use Lrc instead of Option to avoid duplication of a `SearchPath`
2021-09-17 14:09:47 +09:00
..
src Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk 2021-09-17 14:09:47 +09:00
Cargo.toml Fix loading large rlibs 2021-08-30 16:22:53 -04:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.