Remove llgo (#3451)

llgo is no longer actively maintained and was dropped from the
official LLVM source tree in February 2020.
This commit is contained in:
tick 2021-01-19 00:10:11 +01:00 committed by GitHub
parent 470be4af16
commit 2657e0fc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -867,7 +867,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code.
* [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code.
* [gopherjs](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript.
* [llgo](https://github.com/go-llvm/llgo) - LLVM-based compiler for Go.
* [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler.
## Goroutines