[PATCH] Initial version of Go bindings.

Peter Collingbourne peter at pcc.me.uk
Wed Oct 8 16:37:27 PDT 2014


This code is based on the existing LLVM Go bindings project hosted at:
https://github.com/go-llvm/llvm

Note that all contributors to the gollvm project have agreed to relicense
their changes under the LLVM license and submit them to the LLVM project.

http://reviews.llvm.org/D5684

Files:
  Makefile.config.in
  autoconf/configure.ac
  bindings/Makefile
  bindings/go/README.txt
  bindings/go/llvm/analysis.go
  bindings/go/llvm/bitreader.go
  bindings/go/llvm/bitwriter.cpp
  bindings/go/llvm/bitwriter.go
  bindings/go/llvm/bitwriter.h
  bindings/go/llvm/dibuilder.cpp
  bindings/go/llvm/dibuilder.go
  bindings/go/llvm/dibuilder.h
  bindings/go/llvm/executionengine.go
  bindings/go/llvm/executionengine_test.go
  bindings/go/llvm/ir.cpp
  bindings/go/llvm/ir.go
  bindings/go/llvm/ir.h
  bindings/go/llvm/ir_test.go
  bindings/go/llvm/linker.go
  bindings/go/llvm/llvm_config.go.in
  bindings/go/llvm/llvm_dep.go
  bindings/go/llvm/string.go
  bindings/go/llvm/string_test.go
  bindings/go/llvm/support.cpp
  bindings/go/llvm/support.go
  bindings/go/llvm/support.h
  bindings/go/llvm/target.go
  bindings/go/llvm/transforms_instrumentation.cpp
  bindings/go/llvm/transforms_instrumentation.go
  bindings/go/llvm/transforms_instrumentation.h
  bindings/go/llvm/transforms_ipo.go
  bindings/go/llvm/transforms_pmbuilder.go
  bindings/go/llvm/transforms_scalar.go
  bindings/go/llvm/update_llvm.sh
  bindings/go/llvm/version.go
  cmake/modules/AddLLVM.cmake
  configure
  test/Bindings/Go/go.test
  test/Bindings/Go/lit.local.cfg
  test/Bindings/Ocaml/lit.local.cfg
  test/Makefile
  test/lit.cfg
  test/lit.site.cfg.in
  utils/lit/lit/discovery.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5684.14609.patch
Type: text/x-patch
Size: 169799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141008/19378ef1/attachment.bin>


More information about the llvm-commits mailing list