6 ms·
This comment is strange, given that LLVM is rust's most mature backend
by guipsp 1y ago
This comment is strange, given that LLVM is rust's most mature backend
- woodruffw 1y agoI 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-llvm-ir-from-cargo https://stackoverflow.com/questions/39004513/how-to-emit-llv...
- nullpoint420 1y agoThis is what I meant, thank you.