We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c5e52 commit 49ff9b0Copy full SHA for 49ff9b0
2 files changed
.github/workflows/apple-silicon.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
cd $GITHUB_WORKSPACE
35
mkdir build && cd build
36
- cmake -DLT_LLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
+ cmake -DLLVM_INSTALL_DIR="/opt/homebrew/opt/llvm@21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
37
make -j2
38
- name: Run tests for `llvm-pass-template`
39
.github/workflows/ubuntu-x86.yml
@@ -34,7 +34,7 @@ jobs:
- cmake -DLT_LLVM_INSTALL_DIR="/usr/lib/llvm-21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
+ cmake -DLLVM_INSTALL_DIR="/usr/lib/llvm-21/" -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
40
0 commit comments