[LLVMdev] Removing inlining of library functions

Cristina Cifuentes Cristina.Cifuentes at sun.com
Thu Feb 21 22:31:08 PST 2008


This option doesn't always help as various C library functions
are built-in into the compiler.

Regards,
Cristina




On Feb 21, 2008, at 7:32 PM, Duncan Sands wrote:

> Try adding the gcc 'noinline' attribute to functions you don't
> want inlined (see the gcc docs for details).
>
> Ciao,
>
> Duncan.




More information about the llvm-dev mailing list