From bc839b4b4e27b6e979dd38bcde51436d64bb3699 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 7 Oct 2022 12:10:42 +0200 Subject: [Bindings] Remove go bindings 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 --- llvm/.gitignore | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/.gitignore') diff --git a/llvm/.gitignore b/llvm/.gitignore index f2ed54a..eb69323 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -51,12 +51,6 @@ docs/_build .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. #==============================================================================# -- cgit v1.1