Files
solana/sdk/docker-llvm/README.md
jackcmay 0c091c1b24 Dockerized LLVM (#1914)
Optionally build with dockererized custom llvm
2018-11-28 14:41:53 -08:00

17 lines
334 B
Markdown

## Solana Customized LLVM
This Docker contains LLVM binaries that incorporate customizations and fixes required
by Solana but not yet upstreamed into the LLVM mainline.
https://hub.docker.com/r/solanalabs/llvm/
### Usage:
This Docker is optionally used by the SDK BPF build system.
For more information:
```bash
$ make help
```