3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-11 21:02:32 +00:00

Merge pull request #5848 from YosysHQ/latest_llvm

Use latest brew LLVM on macOS
This commit is contained in:
Miodrag Milanović 2026-05-05 04:33:59 +00:00 committed by GitHub
commit b864f70e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,6 @@ brew "python3"
brew "uv"
brew "xdot"
brew "bash"
brew "llvm@20"
brew "llvm"
brew "lld"
brew "googletest"