Update README.md

This commit is contained in:
Ian A Mason 2017-07-11 11:30:40 -07:00 committed by GitHub
parent 2c8b14eb49
commit 62cd9318cb

View File

@ -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