[LLVMdev] Portable I/O
Óscar Fuentes
ofv at wanadoo.es
Fri Feb 12 07:45:32 PST 2010
"Michael Ness" <mike at liquido2.com> writes:
> I'm attempting to use file I/O across platforms from LLVM assembly
> using the standard GNU C library: fprintf(), stdin/stdout, etc.
> Ideally I'd like to simply provide a single bitcode file that could be
> compiled on each platform, but because the internals of the I/O on
> each platform is different, this is not currently workable.
Why not library calls?
[snip]
More information about the llvm-dev
mailing list