From 62cd9318cbe1ca1dc8cb9f6f4af8cb9fc23a8847 Mon Sep 17 00:00:00 2001 From: Ian A Mason Date: Tue, 11 Jul 2017 11:30:40 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fbfb2..8b2309a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# Go Whole Program LLVM +# A Concurrent WLLVM in Go [![Build Status](https://travis-ci.org/SRI-CSL/gllvm.svg?branch=master)](https://travis-ci.org/SRI-CSL/gllvm) [![Go Report Card](https://goreportcard.com/badge/github.com/SRI-CSL/gllvm)](https://goreportcard.com/report/github.com/SRI-CSL/gllvm) +**TL; DR:** A *fast* concurrent drop-in replacement for [wllvm](https://github.com/SRI-CSL/whole-program-llvm) without dragonegg support. + ## Overview