search for: prinft

Displaying 1 result from an estimated 1 matches for "prinft".

Did you mean: prinf
2006 Jul 14
1
[LLVMdev] static compilation with the LLVM C frontend
Hello all, I'm wondering if static compilation using llvm-gcc, i.e. including the library code (for example prinft) in the LLVM bytecode, is possible? I've tried adding the -static option to the llvm-gcc4 compiler, but that doesn't seem to change much (I got the same instruction count either with or without the option). Compiling and interpreting a small test program (hello world + a small loop), re...