Skip to content

Commit

Permalink
[Bindings] Remove go bindings
Browse files Browse the repository at this point in the history
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.

Differential Revision: https://reviews.llvm.org/D135436
  • Loading branch information
nikic committed Oct 10, 2022
1 parent 36b13eb commit bc839b4
Show file tree
Hide file tree
Showing 39 changed files with 1 addition and 4,801 deletions.
6 changes: 0 additions & 6 deletions llvm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ docs/_build
.vscode
.vs

#==============================================================================#
# Files created in tree by the Go bindings.
#==============================================================================#
bindings/go/llvm/llvm_config.go
bindings/go/llvm/workdir

#==============================================================================#
# File extensions to be ignored anywhere in the tree.
# Placed at the end to override any previous ! patterns.
Expand Down
61 changes: 0 additions & 61 deletions llvm/bindings/go/README.txt

This file was deleted.

28 changes: 0 additions & 28 deletions llvm/bindings/go/build.sh

This file was deleted.

16 changes: 0 additions & 16 deletions llvm/bindings/go/conftest.go

This file was deleted.

75 changes: 0 additions & 75 deletions llvm/bindings/go/llvm/IRBindings.cpp

This file was deleted.

57 changes: 0 additions & 57 deletions llvm/bindings/go/llvm/IRBindings.h

This file was deleted.

30 changes: 0 additions & 30 deletions llvm/bindings/go/llvm/InstrumentationBindings.cpp

This file was deleted.

33 changes: 0 additions & 33 deletions llvm/bindings/go/llvm/InstrumentationBindings.h

This file was deleted.

25 changes: 0 additions & 25 deletions llvm/bindings/go/llvm/SupportBindings.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions llvm/bindings/go/llvm/SupportBindings.h

This file was deleted.

Loading

0 comments on commit bc839b4

Please sign in to comment.