[llvm] r286062 - Kill deprecated attribute API

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 22:40:57 PST 2016


On Sun, Nov 6, 2016 at 12:48 AM, Amaury Sechet via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: deadalnix
> Date: Sun Nov  6 01:48:46 2016
> New Revision: 286062
>
> URL: http://llvm.org/viewvc/llvm-project?rev=286062&view=rev
> Log:
> Kill deprecated attribute API
>
> Summary:
> This kill various depreacated API related to attribute :
>  - The deprecated C API attribute based on LLVMAttribute enum.
>  - The Raw attribute set format (planned to be removed in 4.0).

Hi Amaury,

This change broke OCaml bindings:

http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/197/steps/test/logs/stdio

Please take a look.

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