Displaying 1 result from an estimated 1 matches for "__builtin_strcpy".
Did you mean:
__builtin_strncpy
2013 Feb 19
1
[LLVMdev] [RFC] NoBuiltin Attribute
On 2/18/2013 8:08 PM, Chris Lattner wrote:
>
> That code is presumably compiled by someone. If whoever compiles it specifies -fno-builtin, the attribute would be added to it. It doesn't affect its clients.
I thought that no-builtin attached to foo means that foo should not be
considered a builtin function. For example, if someone wrote their own
printf, they may want to mark it as