[LLVMdev] openmp.llvm.org announcement
Dmitri Gribenko
gribozavr at gmail.com
Tue Oct 8 10:45:37 PDT 2013
On Tue, Oct 8, 2013 at 6:29 AM, Andrey Bokhanko
<andreybokhanko at gmail.com> wrote:
> All,
>
> In case you missed it... a great new addition to llvm family.
>
> http://blog.llvm.org/2013/10/openmp-project.html
These are great news!
It would be great to have a public buildbot. Unfortunately, I don't
have time to write the necessary zorg scripts, but I'd be happy to
host an buildbot on one of my builders.
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-dev
mailing list