Hacker News new | ask | show | jobs
by xoroshiro 3188 days ago
I don't get the issue as well, but maybe from ignorance. Can't I just get the rust compiler in LLVM's IR form and bootstrap from there?
1 comments

LLVM IR is still very targeted to the architecture it will be run on, it's not intended to be a portable representation.