Hacker News new | ask | show | jobs
by guipsp 433 days ago
This comment is strange, given that LLVM is rust's most mature backend
1 comments

I think the GP means emit LLVM IR directly. And the answer to that is yes; you can pass a flag to rustc that will emit the IR[1].

[1]: https://stackoverflow.com/questions/39004513/how-to-emit-llv...

This is what I meant, thank you.