rust/compiler/rustc_interface/src
bors fb27a7db50 Auto merge of #77565 - khyperia:codegen-backend-dep, r=ecstatic-morse
Add -Z codegen-backend dylib to deps

When the codegen-backend dylib changes, the program should be rebuilt.

---

Unfortunately I was unable to test this works locally due to running into a TLS issue when running the custom backend, `thread 'rustc' panicked at 'no ImplicitCtxt stored in tls', compiler/rustc_middle/src/ty/context.rs:1750:54`, which seems similar to https://github.com/rust-lang/rust/issues/62717 but has a completely different cause and backtrace.

`@eddyb` said to ping `@Mark-Simulacrum` about what they think about this, so, ping!
2020-10-11 06:03:23 +00:00
..
callbacks.rs
interface.rs Add option to pass a custom codegen backend from a driver 2020-09-27 14:16:42 +02:00
lib.rs
passes.rs Add -Z codegen-backend dylib to deps 2020-10-05 09:46:03 +02:00
proc_macro_decls.rs
queries.rs
tests.rs Add -Zprecise-enum-drop-elaboration 2020-10-01 11:31:43 -07:00
util.rs Remove not needed lambda. 2020-10-08 16:22:31 +03:00