[LLVMdev] [RFC] NoBuiltin Attribute

Bill Wendling wendling at apple.com
Mon Feb 18 14:53:57 PST 2013


Thank you! Let me know if you would like some extra functionality or changes in them. :)

-bw

On Feb 18, 2013, at 2:51 PM, Reed Kotler <rkotler at mips.com> wrote:

> Awesome work on the Attributes Bill!
> 
> I see them now in the bitcode files.
> 
> I can't wait continue my work that needs to compile functions differently as mips16 or mips32 depending on the attributes.
> 
> On 02/18/2013 01:54 PM, Bill Wendling wrote:
>> 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
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>> 
> 
> 




More information about the llvm-dev mailing list