Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 808 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 808 Bytes

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
  • llvm-8
  • llvm-9
  • llvm-10
  • llvm-11
  • llvm-12
  • llvm-13

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