[LLVMdev] [RFC] NoBuiltin Attribute

Bill Wendling wendling at apple.com
Mon Feb 18 15:28:02 PST 2013


On Feb 18, 2013, at 3:08 PM, Meador Inge <meadori at codesourcery.com> wrote:

> On 02/18/2013 04:55 PM, Bill Wendling wrote:
> 
>> I'm rescinding this [RFC]. Because of the `-fno-builtin-FUNCTION' flag, these flags would work better as string attributes instead.
> 
> I was under the impression that -fno-builtin-FUNCTION is unsupported at the
> moment: http://llvm.org/bugs/show_bug.cgi?id=4941.  I was hoping to tackle that
> bug, but haven't gotten around to it yet.
> 
You're correct. It's not supported. However, I don't want to restrict it from using the attribute mechanism when it does get implemented.

-bw




More information about the llvm-commits mailing list