[LLVMdev] cross llvm

Anton Korobeynikov anton at korobeynikov.info
Fri Apr 10 12:33:35 PDT 2009


> Does IR/bitcode produced by a front-end configured for ARM differ from
> bitcode for, say PowerPC or x86?
Yes.

> If different, then perhaps my assumption is naive that IR/bitcode is completely machine independent?
IR itself is platform-neutral, but language it was generated from - no.
Please consider reading http://llvm.org/docs/FAQ.html#platformindependent

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list