Fwd: [LLVMdev] [RFC] NoBuiltin Attribute

Bill Wendling wendling at apple.com
Mon Feb 18 14:09:39 PST 2013


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
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.nobuiltin.diff
Type: application/octet-stream
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130218/f365443f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nobuiltin.diff
Type: application/octet-stream
Size: 7487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130218/f365443f/attachment-0001.obj>
-------------- next part --------------
> 
> 
> _______________________________________________
> 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-commits mailing list