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 160d75e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ 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 $(brew --prefix llvm@15)
export DYLD_LIBRARY_PATH=$(brew --prefix llvm@15)/lib:$DYLD_LIBRARY_PATH
echo -$DYLD_LIBRARY_PATH-
echo "----"
ls $(brew --prefix llvm@15)/lib
# ls /usr/local/opt/llvm@15/lib || true
mingw64_before_script: |
which ghdl
ghdl version
Expand Down

0 comments on commit 160d75e

Please sign in to comment.