[LLVMdev] an OS around LLVM

James Courtier-Dutton james.dutton at gmail.com
Thu Dec 19 06:16:07 PST 2013


You might wish to read this thread as well, for some backround on LLVM IR.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-October/043719.html

Summary:
LLVM IR is target specific, not portable between different targets.
LLVM IR is actually a Compiler IR and not a virtual machine language.



More information about the llvm-dev mailing list