[LLVMdev] [RFC] NoBuiltin Attribute
Bill Wendling
wendling at apple.com
Mon Feb 18 14:55:15 PST 2013
I'm rescinding this [RFC]. Because of the `-fno-builtin-FUNCTION' flag, these flags would work better as string attributes instead.
-bw
On Feb 18, 2013, at 2:09 PM, Bill Wendling <wendling at apple.com> wrote:
> Also sending to the commits list.
>
> Begin forwarded message:
>
>> From: Bill Wendling <wendling at apple.com>
>> Subject: [LLVMdev] [RFC] NoBuiltin Attribute
>> Date: February 18, 2013 at 1:54:20 PM PST
>> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>>
>> Hi LLVMites!
>>
>> This patch adds the 'nobuiltin' attribute to to LLVM. This is needed during LTO, which right now ignores this attribute and command line flag. I want to make this an IR-level attribute instead of a target-dependent attribute because it's used during IR modification and not code generation.
>>
>> -bw
>>
> <clang.nobuiltin.diff><nobuiltin.diff>
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list