Y
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
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...
link
nullpoint420
431 days ago
This is what I meant, thank you.
link
[1]: https://stackoverflow.com/questions/39004513/how-to-emit-llv...