rust/compiler/rustc_driver/src
bors 354cc751b7 Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco
Find codegen backends in more locations

* Search in the sysroot passed using `--sysroot` in addition to the default sysroot.
* Search for `librustc_codegen_$name.so` in addition to `librustc_codegen_$name-$release.so`.

This combined would allow putting `librustc_codegen_cranelift.so` in the right location of a sysroot passed using `--sysroot`.
2021-04-06 07:16:19 +00:00
..
args.rs rustdoc: Support argument files 2021-02-19 02:32:45 +01:00
lib.rs Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco 2021-04-06 07:16:19 +00:00
pretty.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00