Remix.run Logo
bee_rider 4 days ago

How much work does clang have to do for this sort of thing (as opposed to llvm). Hypothetically could we start distributing programs in llvm ir, and compile that locally to ARM, x86, risc-v, or whatever else?

I mean, no, that’s silly, right? But it would be kind of neat…

dundarious 4 days ago | parent [-]

llvm-ir is not architecture independent, even excluding issues like the C pre-processor.