Skip to content

Commit

Permalink
Debug LLVM@15.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 30, 2024
1 parent 10af22f commit 76322af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,22 @@ jobs:
with:
jobs: ${{ needs.UnitTestingParams.outputs.python_jobs }}
apt: ghdl-mcode
brew: ghdl llvm
brew: --cask ghdl
pacboy: ghdl
ubuntu_before_script: |
which ghdl
ghdl version
macos_before_script: |
which ghdl
ghdl version
echo - $DYLD_LIBRARY_PATH
echo - $DYLD_FALLBACK_LIBRARY_PATH
echo $(brew --prefix llvm@15)
echo "----"
ls $(brew --prefix llvm@15)/lib || true
echo "- - - -"
export DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib:$DYLD_LIBRARY_PATH
# ls /usr/local/opt/llvm@15/lib || true
mingw64_before_script: |
which ghdl
ghdl version
Expand Down

0 comments on commit 76322af

Please sign in to comment.