[LLVMdev] Removing inlining of library functions
Cristina Cifuentes
Cristina.Cifuentes at sun.com
Thu Feb 21 22:37:48 PST 2008
On Feb 22, 2008, at 9:30 AM, Devang Patel wrote:
>
> On Feb 20, 2008, at 6:55 PM, Cristina Cifuentes wrote:
>
>> - in what part of the code tree is the internal linkage attribute
>> being set for library functions?
>
>
> Internalize pass (Transforms/IPO/Internalize.cpp) sets internal
> linkage if the function is not in export list. If you're using 'llvm-
> ld' try -disable-internalize.
This is equivalent to using the -fno-builtin option in llvm-gcc.
Regards,
Cristina
>
>
> -
> Devang
>
>
>
More information about the llvm-dev
mailing list