YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.51k stars 895 forks source link

Fix CI by adding lld as brew package #4642

Closed mmicko closed 1 month ago

mmicko commented 1 month ago

What are the reasons/motivation for this change? CI broken after LLVM bew package update.

Explain how this is achieved. LLVM package does not include lld anymore but it is separate package so it needs to be installed explicitly.