Hacker News new | ask | show | jobs
by woodruffw 433 days ago
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...

1 comments

This is what I meant, thank you.