[llvm] r286062 - Kill deprecated attribute API

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 12 14:36:11 PST 2016


On Fri, Nov 11, 2016 at 8:03 PM, whitequark <whitequark at whitequark.org> wrote:
> On 2016-11-12 03:48, whitequark wrote:
>>
>> On 2016-11-08 19:01, whitequark wrote:
>>>
>>> On 2016-11-08 18:15, Kostya Serebryany wrote:
>>>>
>>>> Amaury,
>>>> Please either fix or revert ASAP, we need the bots to be green.
>>>> If this is an intentional breakage, please update the bot
>>>> configuration.
>>>
>>>
>>> As the OCaml binding maintainer, I ask you to revert.
>>> I am on it, but migrating to the new attribute API is a significant
>>> change and I won't be able to quickly perform it.
>>
>>
>> Fixed in r286705, and a small C API bug in r286704. Let me know
>> if this doesn't turn bots green for some reason.
>
>
> It didn't because of this bug:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837359
>
> Dmitri, can you please update OCaml on the bot to 4.02.3-8?

Done!  The bot is green now.  Thank you for the fix!

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the llvm-commits mailing list