[llvm-commits] [llvm-gcc-4.2] r78249 - /llvm-gcc-4.2/trunk/gcc/config/darwin-c.c

Dale Johannesen dalej at apple.com
Wed Aug 5 16:11:51 PDT 2009


On Aug 5, 2009, at 4:09 PMPDT, Eric Christopher wrote:

>>
>> +  /* LLVM LOCAL begin 7115749 this object is constant. */
>> +  TREE_CONSTANT (decl) = 1;
>> +  TREE_READONLY (decl) = 1;
>> +  /* LLVM LOCAL end */
>
> Don't think this needs to be llvm local if you want to add it to the
> apple gcc tree as well - if it does need to be llvm local I think
> there's a bug somewhere :)
>
> -eric

We are no longer maintaining the apple gcc tree, as I understand it.   
If we are it should go there.





More information about the llvm-commits mailing list