[LLVMdev] [RFC] NoBuiltin Attribute

Bill Wendling wendling at apple.com
Mon Feb 18 13:54:20 PST 2013


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-dev/attachments/20130218/b329ab5d/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-dev/attachments/20130218/b329ab5d/attachment-0001.obj>
-------------- next part --------------




More information about the llvm-dev mailing list