rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Switching Out LLVM Backends

Open choudanu4 opened this issue 7 years ago • 1 comments

Recently support landed in rustc for dynamically loading LLVM. It would be nice if the rustc-guide documented how to switch to a custom LLVM backend. I'm not sure if this was planned to be included in the trans chapter(#6), as it does not yet have a tracking issue I could comment on.

Sorry if this is out of scope for the rustc-guide!

An example where people ask for this documentation.

Cheers

choudanu4 avatar Mar 02 '18 15:03 choudanu4

@choudanu4 I think if the focus is more on "how did we make it switchable?", then yes, it seems like a good addition. In general, this guide is aimed more at people build, rather than using, the compiler.

Would you be interested in starting a trans chapter?

mark-i-m avatar Mar 02 '18 18:03 mark-i-m