drujensen / homebrew-llvm

LLVM formulae for the Homebrew package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew LLVM

A tap which contains versioned (executable suffixed with version number) formulae for the LLVM compiler. 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.0

Quickstart

To use these formulae, either:

$ brew tap llvm-hs/llvm
$ brew install <formula>

or:

$ brew install llvm-hs/llvm/<formula>

Troubleshooting

Generic Homebrew troubleshooting advice:

  1. Run brew update and brew doctor

  2. Check the troubleshooting checklist

About

LLVM formulae for the Homebrew package manager


Languages

Language:Ruby 100.0%