5 ms·
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?
by xoroshiro 9y 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?
- tmzt 9y agoLLVM IR is still very targeted to the architecture it will be run on, it's not intended to be a portable representation.