We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16713ea commit 58e1410Copy full SHA for 58e1410
.github/workflows/sycl-linux-build.yml
@@ -170,7 +170,7 @@ jobs:
170
--cmake-opt="-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=SPIRV"
171
- name: Compile
172
id: build
173
- run: cmake --build $GITHUB_WORKSPACE/build
+ run: cmake --build $GITHUB_WORKSPACE/build --target sycl-toolchain
174
- name: check-llvm
175
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
176
run: |
0 commit comments