homebrew-llvm icon indicating copy to clipboard operation
homebrew-llvm copied to clipboard

LLVM formulae for the Homebrew package manager

Results 7 homebrew-llvm issues
Sort by recently updated
recently updated
newest added

While trying to install libffi (in order to get Haskell library accelerate to build), I came across the following blocker: ``` brew reinstall libffi ==> Fetching libffi ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.4...

LLVM 15 was recently released. Would you consider adding LLVM 14 and 15?

I am developing a new [pass](https://github.com/ganler/mini-kint) using LLVM-13 from Homebrew and I got a strange bug that whenever I call `Constant::signExtend` the pass crashes with `opt` invoked. However, when I...

Update formula to support building on apple silicon. Not sure how far back we can go for this...

Steps to reproduce (`MacBook-Pro-M1.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:24 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T8101 arm64`): ``` brew install --build-from-source llvm-hs/llvm/llvm-10 ``` Error: ``` ==> Installing llvm-hs/llvm/llvm-10 ==> cmake...

``` Last 15 lines from /Users/jiamo/Library/Logs/Homebrew/llvm-3.7/04.make: In file included from ../src/debug.cpp:15: ../include/__hash_table:1132:43: error: exception specification in declaration does not match previous declaration __hash_table::__hash_table() ^ ../include/__hash_table:839:5: note: previous declaration is here...

Building llvm 9 with `brew install --build-from-source llvm-hs/llvm/llvm-9` fails on macOS 10.15 on my machine. The macports community already found a fix for this: https://trac.macports.org/ticket/61477. The ticket concerns macOS 11.0...