[LLVMdev] Removing inlining of library functions
Duncan Sands
baldrick at free.fr
Thu Feb 21 01:32:03 PST 2008
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