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 7572256 commit 9f4ca60Copy full SHA for 9f4ca60
.github/workflows/e2e_core.yml
@@ -147,7 +147,7 @@ jobs:
147
run: cmake --build ${{github.workspace}}/sycl_build -j
148
149
- name: Set extra llvm-lit options
150
- run: echo "LIT_OPTS=\"-sv \${{matrix.adapter.extra_lit_flags}}\"" >> $GITHUB_ENV
+ run: echo "LIT_OPTS=\"-sv ${{matrix.adapter.extra_lit_flags}}\"" >> $GITHUB_ENV
151
152
- name: Run check-sycl
153
# Remove after fixing SYCL test :: abi/layout_handler.cpp
0 commit comments