An open API service indexing awesome lists of open source software.

https://github.com/llvm-hs/homebrew-llvm

LLVM formulae for the Homebrew package manager
https://github.com/llvm-hs/homebrew-llvm

formulae homebrew homebrew-tap llvm

Last synced: 3 months ago
JSON representation

LLVM formulae for the Homebrew package manager

Awesome Lists containing this project

README

        

# Homebrew LLVM

A tap which contains versioned (executable suffixed with version number)
formulae for the [LLVM compiler](http://llvm.org). This will build LLVM and
Clang in Release+Assertions mode, including the `libLLVM` shared library.

It currently provides:

* llvm-3.7
* llvm-3.8
* llvm-3.9
* llvm-4.0
* llvm-5.0
* llvm-6.0
* llvm-7
* llvm-8
* llvm-9
* llvm-10
* llvm-11
* llvm-12
* llvm-13

## Quickstart

To use these formulae, either:

```sh
$ brew tap llvm-hs/llvm
$ brew install
```

or:

```sh
$ brew install llvm-hs/llvm/
```

## Troubleshooting

Generic Homebrew troubleshooting advice:

1. Run `brew update` and `brew doctor`

2. Check the [troubleshooting checklist](https://github.com/Homebrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting)