[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)

Philipp Klaus Krause pkk at spth.de
Fri Nov 24 11:13:55 PST 2006


Reid Spencer schrieb:

> hat you do need to do
> is configure your front end to be a cross compiler. Then it will
> generate the correct LLVM input for that platform (and consequently LLVM
> will generate code for that platform) regardless of the platform on
> which either LLVM or your front end are running.
> 

Is that needed for thing like sizeof() and size of native datatypes only
or for other things, too?

Philipp



More information about the llvm-dev mailing list