Remove the unmaintained Go bindings per https://discourse.llvm.org/t/rfc-remove-the-go-bindings/65725.
The tinygo project provides maintained Go bindings at https://github.com/tinygo-org/go-llvm.
Paths
| Differential D135436
[Bindings] Remove Go bindings ClosedPublic Authored by nikic on Oct 7 2022, 3:14 AM.
Details
Summary Remove the unmaintained Go bindings per https://discourse.llvm.org/t/rfc-remove-the-go-bindings/65725. The tinygo project provides maintained Go bindings at https://github.com/tinygo-org/go-llvm.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 7 2022, 1:29 PM Comment Actions Looks good to me. The Go tests often caused failures when a new attribute was introduced and contributors usually don't know how to deal with them. They were also flaky in the past so was disabled as the resolution to https://github.com/llvm/llvm-project/issues/53017 . Closed by commit rGbc839b4b4e27: [Bindings] Remove go bindings (authored by nikic). · Explain WhyOct 10 2022, 1:16 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Done in https://github.com/llvm/llvm-project/commit/6ce87272487711c9f0ff408a037f5ca2e1ff5c5d, thanks for pointing that out!
Revision Contents
Diff 466447 llvm/.gitignore
llvm/bindings/go/README.txt
llvm/bindings/go/build.sh
llvm/bindings/go/conftest.go
llvm/bindings/go/llvm/IRBindings.h
llvm/bindings/go/llvm/IRBindings.cpp
llvm/bindings/go/llvm/InstrumentationBindings.h
llvm/bindings/go/llvm/InstrumentationBindings.cpp
llvm/bindings/go/llvm/SupportBindings.h
llvm/bindings/go/llvm/SupportBindings.cpp
llvm/bindings/go/llvm/analysis.go
llvm/bindings/go/llvm/bitreader.go
llvm/bindings/go/llvm/bitwriter.go
llvm/bindings/go/llvm/dibuilder.go
llvm/bindings/go/llvm/executionengine.go
llvm/bindings/go/llvm/executionengine_test.go
llvm/bindings/go/llvm/ir.go
llvm/bindings/go/llvm/ir_test.go
llvm/bindings/go/llvm/linker.go
llvm/bindings/go/llvm/llvm_config.go.in
llvm/bindings/go/llvm/llvm_dep.go
llvm/bindings/go/llvm/string.go
llvm/bindings/go/llvm/string_test.go
llvm/bindings/go/llvm/support.go
llvm/bindings/go/llvm/target.go
llvm/bindings/go/llvm/transforms_instrumentation.go
llvm/bindings/go/llvm/transforms_ipo.go
llvm/bindings/go/llvm/transforms_pmbuilder.go
llvm/bindings/go/llvm/transforms_scalar.go
llvm/bindings/go/llvm/version.go
llvm/cmake/config-ix.cmake
llvm/test/Bindings/Go/go.test
llvm/test/Bindings/Go/lit.local.cfg
llvm/test/CMakeLists.txt
llvm/test/lit.cfg.py
llvm/test/lit.site.cfg.py.in
llvm/tools/llvm-go/CMakeLists.txt
llvm/tools/llvm-go/llvm-go.go
llvm/utils/lit/lit/llvm/subst.py
|