This commit is contained in:
Ian A. Mason 2017-07-11 13:01:53 -07:00
commit f2e790c277

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