From 2657e0fc346dcc82255f335896d11c1323ac0a7b Mon Sep 17 00:00:00 2001 From: tick Date: Tue, 19 Jan 2021 00:10:11 +0100 Subject: [PATCH] Remove llgo (#3451) llgo is no longer actively maintained and was dropped from the official LLVM source tree in February 2020. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a10911f5..b70b58d3 100644 --- a/README.md +++ b/README.md @@ -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