3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Brewfile: add llvm for lld

This commit is contained in:
Emil J. Tywoniak 2024-07-29 15:13:24 +02:00
parent 7cd27e1182
commit af0c2fa659

View file

@ -9,4 +9,5 @@ brew "python3"
brew "tcl-tk" brew "tcl-tk"
brew "xdot" brew "xdot"
brew "bash" brew "bash"
brew 'boost-python3' brew "boost-python3"
brew "llvm"