[LLVMdev] Proposal: bindings for the Go programming language

Dmitri Gribenko gribozavr at gmail.com
Wed Oct 8 17:42:49 PDT 2014


On Thu, Oct 9, 2014 at 12:34 AM, Peter Collingbourne <peter at pcc.me.uk> wrote:
> There is also a mechanism (independent of how Go users would use the
> package with 'go get') to test that the bindings build and pass their test
> suite. This would be done as part of the 'check' target if the user has Go
> installed. The intention is that there would be at least one build bot set
> up with Go installed to notify us when the bindings break.

Please let me know what are the required packages on a recent Ubuntu
or Debian and we can arrange this testing on my buildbots.

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