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
- Host: GitHub
- URL: https://github.com/llvm-hs/homebrew-llvm
- Owner: llvm-hs
- Created: 2017-03-17T02:58:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T17:37:52.000Z (over 3 years ago)
- Last Synced: 2025-03-23T18:05:35.733Z (3 months ago)
- Topics: formulae, homebrew, homebrew-tap, llvm
- Language: Ruby
- Size: 60.5 KB
- Stars: 25
- Watchers: 8
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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)