Hacker News new | ask | show | jobs
by Thermolabile 2616 days ago
Isn't most of the work done already with LLVM intermediate representation? Stick to POSIX (and Qt if necessary) in the code, distribute the IR with a compiler which compiles and installs it, and job done.
1 comments

There's no such thing as a single LLVM IR. It's actually a family of IR's where the actual representation is always dependent on target architecture.