[LLVMdev] RFC: [Proposal] Module-Level Attributes

Bill Wendling wendling at apple.com
Tue Nov 2 11:31:29 PDT 2010


On Nov 2, 2010, at 2:11 AM, Renato Golin wrote:

> On 2 November 2010 00:13, Bill Wendling <wendling at apple.com> wrote:
>> After talking with Dan and Chris, I've decided to pull this proposal. There
>> is a much less invasive way to achieve the same goal.
> 
> Hi Bill,
> 
> If it's not asking too much, can you share your findings in the list?
> 
> Maybe we can use the same way to implement build attributes in the ARM platform.
> 
Hi Renato,

The better solution for the problem I'm facing is to use "llvm.*" global variables to hold that information, and then provide custom lowering/codegen for them.

-bw





More information about the llvm-dev mailing list