3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-05 17:47:44 +00:00

Bump to llvm@20

This commit is contained in:
Krystine Sherwin 2025-09-02 11:30:57 +12:00
parent 2261c7e366
commit 5db312b6cf
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ runs:
shell: bash
run: |
echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH
echo "$(brew --prefix llvm)/bin" >> $GITHUB_PATH
echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH
echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV

View file

@ -10,5 +10,5 @@ brew "tcl-tk"
brew "xdot"
brew "bash"
brew "boost-python3"
brew "llvm@19"
brew "llvm@20"
brew "lld"