[LLVMdev] [RFC] NoBuiltin Attribute

Reed Kotler rkotler at mips.com
Mon Feb 18 14:51:36 PST 2013


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