Skip to content

Commit

Permalink
Do not pass -DLLVM_EXTERNAL_PROJECTS="SPIRV-Headers" for an out of tr…
Browse files Browse the repository at this point in the history
…ee build (#2634)

As per the CI logs:

CMake Warning:
  Manually-specified variables were not used by the project:

    LLVM_EXTERNAL_PROJECTS


-- Build files have been written to: /home/runner/work/SPIRV-LLVM-Translator/SPIRV-LLVM-Translator/build
According to https://reviews.llvm.org/D20838 it looks like this is only relevant for in-tree builds, so no need to pass it here.
  • Loading branch information
Zopolis4 authored Jul 8, 2024
1 parent 350569a commit 21038c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-out-of-tree-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
-DCMAKE_CXX_FLAGS="-Werror" \
-DLLVM_INCLUDE_TESTS=ON \
-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-${{ env.LLVM_VERSION }}/build/utils/lit/lit.py" \
-DLLVM_EXTERNAL_PROJECTS="SPIRV-Headers" \
-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=${{ github.workspace }}/SPIRV-Headers \
-G "Unix Makefiles"
- name: Build
Expand Down

0 comments on commit 21038c1

Please sign in to comment.