From 109445f79efdd1e4445f094568195249074a9214 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Tue, 11 Dec 2018 17:27:00 +0100 Subject: [PATCH] Add llir/llvm (#2279) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cb5ce6f..6370f940 100644 --- a/README.md +++ b/README.md @@ -908,6 +908,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [indigo](https://github.com/osamingo/indigo) - Distributed unique ID generator of using Sonyflake and encoded by Base58. * [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. * [lk](https://github.com/hyperboloide/lk) - A simple licensing library for golang. +* [llvm](https://github.com/llir/llvm) - Library for interacting with LLVM IR in pure Go. * [margelet](https://github.com/zhulik/margelet) - Framework for building Telegram bots. * [morse](https://github.com/alwindoss/morse) - Library to convert to and from morse code. * [pdfgen](https://github.com/hyperboloide/pdfgen) - HTTP service to generate PDF from Json requests.