Closed
Description
I am currently trying to create a SPIR-V backend but I am running into a few problems.
For example https://github.com/rust-lang/rust/blob/master/src/librustc_trans/collector.rs is private https://github.com/rust-lang/rust/blob/master/src/librustc_trans/lib.rs#L108
It seems that a lot of useful functionality is inside collector.rs
. Would it be possible to make some functionality public? I would be happy to provide a PR.